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