public class WebServiceOperationList extends Object implements Serializable
Java class for WebServiceOperationList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WebServiceOperationList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="WebServiceOperation" type="{}WebServiceBindingOperation" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static WebServiceOperationList |
EMPTY_INSTANCE |
protected List<WebServiceBindingOperation> |
webServiceOperation |
| Constructor and Description |
|---|
WebServiceOperationList() |
| Modifier and Type | Method and Description |
|---|---|
WebServiceOperationList |
copy()
Deep copies the fields of the this model into a new instance of this class and returns it.
|
WebServiceOperationList |
copy(boolean isDeep)
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
|
protected WebServiceOperationList |
copy(WebServiceOperationList nobj,
boolean isDeep)
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
|
boolean |
equals(Object o) |
List<WebServiceBindingOperation> |
getWebServiceOperation()
Gets the value of the webServiceOperation property.
|
int |
hashCode() |
String |
toString() |
WebServiceOperationList |
withWebServiceOperation(Collection<? extends WebServiceBindingOperation> newValues)
Adds the given newValues to the current webServiceOperation property List and returns this instance.
|
WebServiceOperationList |
withWebServiceOperation(WebServiceBindingOperation... newValues)
Adds the given newValues to the current webServiceOperation property List and returns this instance.
|
protected List<WebServiceBindingOperation> webServiceOperation
public static final WebServiceOperationList EMPTY_INSTANCE
public List<WebServiceBindingOperation> getWebServiceOperation()
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 webServiceOperation property.
For example, to add a new item, do as follows:
getWebServiceOperation().add(newItem);
Objects of the following type(s) are allowed in the list
WebServiceBindingOperation
public WebServiceOperationList copy()
public WebServiceOperationList copy(boolean isDeep)
protected WebServiceOperationList copy(WebServiceOperationList nobj, boolean isDeep)
public WebServiceOperationList withWebServiceOperation(WebServiceBindingOperation... newValues)
public WebServiceOperationList withWebServiceOperation(Collection<? extends WebServiceBindingOperation> newValues)