public class Activate extends AbstractSet
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/draft10/msg/2017/10/05}AbstractSet">
<sequence>
<element name="Argument" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://p11073-10207/draft10/ext/2017/10/05}Extension" minOccurs="0"/>
<element name="ArgValue" type="{http://www.w3.org/2001/XMLSchema}anySimpleType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Activate.Argument
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Activate.Argument> |
argument |
extension, operationHandleRef| Constructor and Description |
|---|
Activate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<Activate.Argument> |
getArgument()
Gets the value of the argument property.
|
int |
hashCode() |
void |
setArgument(List<Activate.Argument> value) |
String |
toString() |
getExtension, getOperationHandleRef, setExtension, setOperationHandleRefprotected List<Activate.Argument> argument
public List<Activate.Argument> getArgument()
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 argument property.
For example, to add a new item, do as follows:
getArgument().add(newItem);
Objects of the following type(s) are allowed in the list
Activate.Argument
public void setArgument(List<Activate.Argument> value)
public String toString()
toString in class AbstractSetpublic boolean equals(Object that)
equals in class AbstractSetpublic int hashCode()
hashCode in class AbstractSetCopyright © 2017. All rights reserved.