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