public class RetrievabilityInfo extends Object
Java class for RetrievabilityInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RetrievabilityInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element ref="{http://p11073-10207/draft6/ext/2016/12/08}Extension" minOccurs="0"/>
</sequence>
</sequence>
<attribute name="Method" use="required" type="{http://p11073-10207/draft6/msg/2016/12/08}RetrievabilityMethod" />
<attribute name="UpdatePeriod" type="{http://www.w3.org/2001/XMLSchema}duration" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
extension |
protected MetricRetrievability |
method |
protected Duration |
updatePeriod |
| Constructor and Description |
|---|
RetrievabilityInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
MetricRetrievability |
getMethod()
Gets the value of the method property.
|
Duration |
getUpdatePeriod()
Gets the value of the updatePeriod property.
|
int |
hashCode() |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setMethod(MetricRetrievability value)
Sets the value of the method property.
|
void |
setUpdatePeriod(Duration value)
Sets the value of the updatePeriod property.
|
String |
toString() |
protected ExtensionType extension
protected MetricRetrievability method
protected Duration updatePeriod
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic MetricRetrievability getMethod()
MetricRetrievabilitypublic void setMethod(MetricRetrievability value)
value - allowed object is
MetricRetrievabilitypublic Duration getUpdatePeriod()
Durationpublic void setUpdatePeriod(Duration value)
value - allowed object is
DurationCopyright © 2018. All rights reserved.