public class GetDescriptorsFromArchiveResponse extends AbstractGetResponse
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}AbstractGetResponse">
<sequence>
<element name="Descriptor" type="{http://p11073-10207/draft6/pm/2016/12/08}AbstractDescriptor" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Descriptor> |
descriptor |
extension, instanceId, sequenceId, sequenceNumber| Constructor and Description |
|---|
GetDescriptorsFromArchiveResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<Descriptor> |
getDescriptor()
Gets the value of the descriptor property.
|
int |
hashCode() |
void |
setDescriptor(List<Descriptor> value) |
String |
toString() |
getExtension, getInstanceId, getSequenceId, getSequenceNumber, setExtension, setInstanceId, setSequenceId, setSequenceNumberprotected List<Descriptor> descriptor
public List<Descriptor> getDescriptor()
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 descriptor property.
For example, to add a new item, do as follows:
getDescriptor().add(newItem);
Objects of the following type(s) are allowed in the list
Descriptor
public void setDescriptor(List<Descriptor> value)
public String toString()
toString in class AbstractGetResponsepublic boolean equals(Object that)
equals in class AbstractGetResponsepublic int hashCode()
hashCode in class AbstractGetResponseCopyright © 2017. All rights reserved.