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://p11073-10207/draft6/msg/2016/12/08}AbstractGet">
<sequence>
<element name="DescriptorRevision" type="{http://p11073-10207/draft6/pm/2016/12/08}ReferencedVersion" minOccurs="0"/>
<element name="TimeFrame" type="{http://p11073-10207/draft6/msg/2016/12/08}TimeFrame" minOccurs="0"/>
<element name="Handle" type="{http://p11073-10207/draft6/pm/2016/12/08}HandleRef" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
descriptorRevision |
protected List<String> |
handle |
protected TimeFrame |
timeFrame |
extension| Constructor and Description |
|---|
GetDescriptorsFromArchive() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
BigInteger |
getDescriptorRevision()
Gets the value of the descriptorRevision property.
|
List<String> |
getHandle()
Gets the value of the handle property.
|
TimeFrame |
getTimeFrame()
Gets the value of the timeFrame property.
|
int |
hashCode() |
void |
setDescriptorRevision(BigInteger value)
Sets the value of the descriptorRevision property.
|
void |
setHandle(List<String> value) |
void |
setTimeFrame(TimeFrame value)
Sets the value of the timeFrame property.
|
String |
toString() |
getExtension, setExtensionprotected BigInteger descriptorRevision
protected TimeFrame timeFrame
public BigInteger getDescriptorRevision()
BigIntegerpublic void setDescriptorRevision(BigInteger value)
value - allowed object is
BigIntegerpublic 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.