public class GetDescriptor 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="HandleRef" 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 java.util.List<java.lang.String> |
handleRef |
extension| Constructor and Description |
|---|
GetDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<java.lang.String> |
getHandleRef()
Gets the value of the handleRef property.
|
int |
hashCode() |
void |
setHandleRef(java.util.List<java.lang.String> value) |
java.lang.String |
toString() |
getExtension, setExtensionpublic java.util.List<java.lang.String> getHandleRef()
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 handleRef property.
For example, to add a new item, do as follows:
getHandleRef().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String toString()
toString in class AbstractGetpublic boolean equals(java.lang.Object that)
equals in class AbstractGetpublic int hashCode()
hashCode in class AbstractGetpublic void setHandleRef(java.util.List<java.lang.String> value)