public class RetrievabilityInfo
extends java.lang.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://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
</sequence>
</sequence>
<attribute name="Method" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}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 RetrievabilityMethod |
method |
protected javax.xml.datatype.Duration |
updatePeriod |
| Constructor and Description |
|---|
RetrievabilityInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
RetrievabilityMethod |
getMethod()
Gets the value of the method property.
|
javax.xml.datatype.Duration |
getUpdatePeriod()
Gets the value of the updatePeriod property.
|
int |
hashCode() |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setMethod(RetrievabilityMethod value)
Sets the value of the method property.
|
void |
setUpdatePeriod(javax.xml.datatype.Duration value)
Sets the value of the updatePeriod property.
|
java.lang.String |
toString() |
protected ExtensionType extension
protected RetrievabilityMethod method
protected javax.xml.datatype.Duration updatePeriod
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic RetrievabilityMethod getMethod()
RetrievabilityMethodpublic void setMethod(RetrievabilityMethod value)
value - allowed object is
RetrievabilityMethodpublic javax.xml.datatype.Duration getUpdatePeriod()
Durationpublic void setUpdatePeriod(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object