public class GetDescriptorsFromArchive extends AbstractGet
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractGet">
<sequence>
<element name="DescriptorRevisions" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}VersionFrame" minOccurs="0"/>
<element name="TimeFrame" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}TimeFrame" minOccurs="0"/>
<element name="Handle" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}HandleRef" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VersionFrame |
descriptorRevisions |
protected List<String> |
handle |
protected TimeFrame |
timeFrame |
extension| Constructor and Description |
|---|
GetDescriptorsFromArchive() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
VersionFrame |
getDescriptorRevisions()
Gets the value of the descriptorRevisions property.
|
List<String> |
getHandle()
Gets the value of the handle property.
|
TimeFrame |
getTimeFrame()
Gets the value of the timeFrame property.
|
int |
hashCode() |
void |
setDescriptorRevisions(VersionFrame value)
Sets the value of the descriptorRevisions property.
|
void |
setHandle(List<String> value) |
void |
setTimeFrame(TimeFrame value)
Sets the value of the timeFrame property.
|
String |
toString() |
getExtension, setExtensionprotected VersionFrame descriptorRevisions
protected TimeFrame timeFrame
public VersionFrame getDescriptorRevisions()
VersionFramepublic void setDescriptorRevisions(VersionFrame value)
value - allowed object is
VersionFramepublic TimeFrame getTimeFrame()
TimeFramepublic void setTimeFrame(TimeFrame value)
value - allowed object is
TimeFramepublic List<String> getHandle()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the handle property.
For example, to add a new item, do as follows:
getHandle().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String toString()
toString in class AbstractGetpublic boolean equals(Object that)
equals in class AbstractGetpublic int hashCode()
hashCode in class AbstractGetCopyright © 2018. All rights reserved.