public class OperationReference extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ServiceID" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="Action" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected List<String> |
serviceID |
| Constructor and Description |
|---|
OperationReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets the value of the action property.
|
List<String> |
getServiceID()
Gets the value of the serviceID property.
|
void |
setAction(String value)
Sets the value of the action property.
|
void |
setServiceID(List<String> value) |
public List<String> getServiceID()
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 serviceID property.
For example, to add a new item, do as follows:
getServiceID().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getAction()
Stringpublic void setAction(String value)
value - allowed object is
StringCopyright © 2016. All rights reserved.