public class WSSecurityOptions extends Object implements Serializable
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="WSSecurityOption" type="{}WSSecurityOption" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static WSSecurityOptions |
EMPTY_INSTANCE |
protected List<WSSecurityOption> |
options |
Constructor and Description |
---|
WSSecurityOptions() |
Modifier and Type | Method and Description |
---|---|
WSSecurityOptions |
copy()
Deep copies the fields of the this model into a new instance of this class and returns it.
|
WSSecurityOptions |
copy(boolean isDeep)
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
|
protected WSSecurityOptions |
copy(WSSecurityOptions nobj,
boolean isDeep)
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
|
boolean |
equals(Object o) |
List<WSSecurityOption> |
getOptions()
Gets the value of the options property.
|
int |
hashCode() |
String |
toString() |
WSSecurityOptions |
withOptions(Collection<? extends WSSecurityOption> newValues)
Adds the given newValues to the current options property List and returns this instance.
|
WSSecurityOptions |
withOptions(WSSecurityOption... newValues)
Adds the given newValues to the current options property List and returns this instance.
|
protected List<WSSecurityOption> options
public static final WSSecurityOptions EMPTY_INSTANCE
public List<WSSecurityOption> getOptions()
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 options property.
For example, to add a new item, do as follows:
getOptions().add(newItem);
Objects of the following type(s) are allowed in the list
WSSecurityOption
public WSSecurityOptions copy()
public WSSecurityOptions copy(boolean isDeep)
protected WSSecurityOptions copy(WSSecurityOptions nobj, boolean isDeep)
public WSSecurityOptions withOptions(WSSecurityOption... newValues)
public WSSecurityOptions withOptions(Collection<? extends WSSecurityOption> newValues)