public static class SendFaultModel.Fault extends Object
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="fault-code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fault-string" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fault-actor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fault-detail" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SendFaultModel.Fault.FaultDetail
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
faultActor |
protected String |
faultCode |
protected List<SendFaultModel.Fault.FaultDetail> |
faultDetails |
protected String |
faultString |
| Constructor and Description |
|---|
Fault() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFaultActor()
Gets the value of the faultActor property.
|
String |
getFaultCode()
Gets the value of the faultCode property.
|
List<SendFaultModel.Fault.FaultDetail> |
getFaultDetails()
Gets the value of the faultDetails property.
|
String |
getFaultString()
Gets the value of the faultString property.
|
void |
setFaultActor(String value)
Sets the value of the faultActor property.
|
void |
setFaultCode(String value)
Sets the value of the faultCode property.
|
void |
setFaultString(String value)
Sets the value of the faultString property.
|
protected String faultCode
protected String faultString
protected String faultActor
protected List<SendFaultModel.Fault.FaultDetail> faultDetails
public String getFaultCode()
Stringpublic void setFaultCode(String value)
value - allowed object is
Stringpublic String getFaultString()
Stringpublic void setFaultString(String value)
value - allowed object is
Stringpublic String getFaultActor()
Stringpublic void setFaultActor(String value)
value - allowed object is
Stringpublic List<SendFaultModel.Fault.FaultDetail> getFaultDetails()
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 faultDetails property.
For example, to add a new item, do as follows:
getFaultDetails().add(newItem);
Objects of the following type(s) are allowed in the list
SendFaultModel.Fault.FaultDetail
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.