public class GetMDState 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://message-model-uri/15/04}AbstractGet">
<sequence>
<element name="HandleRef" type="{http://domain-model-uri/15/04}HandleRef" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
handles |
extension| Constructor and Description |
|---|
GetMDState() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getHandles()
List of handles that specify which states SHOULD be returned.
|
void |
setHandles(List<String> value) |
getExtension, setExtensionpublic List<String> getHandles()
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 handles property.
For example, to add a new item, do as follows:
getHandles().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2016. All rights reserved.