public class WebServiceFault extends Object implements Serializable
Java class for WebServiceFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WebServiceFault"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="elementName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="typeNS" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
elementName |
static WebServiceFault |
EMPTY_INSTANCE |
protected String |
name |
protected String |
type |
protected String |
typeNS |
Constructor and Description |
---|
WebServiceFault() |
Modifier and Type | Method and Description |
---|---|
WebServiceFault |
copy()
Deep copies the fields of the this model into a new instance of this class and returns it.
|
WebServiceFault |
copy(boolean isDeep)
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
|
protected WebServiceFault |
copy(WebServiceFault nobj,
boolean isDeep)
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
|
boolean |
equals(Object o) |
String |
getElementName()
Gets the value of the elementName property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
String |
getTypeNS()
Gets the value of the typeNS property.
|
int |
hashCode() |
void |
setElementName(String value)
Sets the value of the elementName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setTypeNS(String value)
Sets the value of the typeNS property.
|
String |
toString() |
WebServiceFault |
withElementName(String newValue)
Sets the elementName property to the given newValue and returns this instance.
|
WebServiceFault |
withName(String newValue)
Sets the name property to the given newValue and returns this instance.
|
WebServiceFault |
withType(String newValue)
Sets the type property to the given newValue and returns this instance.
|
WebServiceFault |
withTypeNS(String newValue)
Sets the typeNS property to the given newValue and returns this instance.
|
protected String name
protected String elementName
protected String type
protected String typeNS
public static final WebServiceFault EMPTY_INSTANCE
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getElementName()
String
public void setElementName(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getTypeNS()
String
public void setTypeNS(String value)
value
- allowed object is
String
public WebServiceFault copy()
public WebServiceFault copy(boolean isDeep)
protected WebServiceFault copy(WebServiceFault nobj, boolean isDeep)
public WebServiceFault withName(String newValue)
public WebServiceFault withElementName(String newValue)
public WebServiceFault withType(String newValue)
public WebServiceFault withTypeNS(String newValue)