public class GetMDState extends AbstractGet
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
handles |
extension| Constructor and Description |
|---|
GetMDState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<String> |
getHandles()
List of HANDLEs that specify which states SHALL be returned.
|
int |
hashCode() |
void |
setHandles(List<String> value) |
String |
toString() |
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
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.