Package org.somda.sdc.dpws.wsdl.model
Class TFault
- java.lang.Object
-
- org.somda.sdc.dpws.wsdl.model.TDocumented
-
- org.somda.sdc.dpws.wsdl.model.TExtensibleAttributesDocumented
-
- org.somda.sdc.dpws.wsdl.model.TFault
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class TFault extends TExtensibleAttributesDocumented implements org.jvnet.jaxb2_commons.lang.ToString2
Java class for tFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tFault"> <complexContent> <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleAttributesDocumented"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="message" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected QNamemessageprotected Stringname-
Fields inherited from class org.somda.sdc.dpws.wsdl.model.TDocumented
documentation
-
-
Constructor Summary
Constructors Constructor Description TFault()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(Object object)QNamegetMessage()Gets the value of the message property.StringgetName()Gets the value of the name property.inthashCode()voidsetMessage(QName value)Sets the value of the message property.voidsetName(String value)Sets the value of the name property.StringtoString()-
Methods inherited from class org.somda.sdc.dpws.wsdl.model.TExtensibleAttributesDocumented
getOtherAttributes
-
Methods inherited from class org.somda.sdc.dpws.wsdl.model.TDocumented
getDocumentation, setDocumentation
-
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getMessage
public QName getMessage()
Gets the value of the message property.- Returns:
- possible object is
QName
-
setMessage
public void setMessage(QName value)
Sets the value of the message property.- Parameters:
value- allowed object isQName
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classTExtensibleAttributesDocumented
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTExtensibleAttributesDocumented
-
toString
public String toString()
- Overrides:
toStringin classTExtensibleAttributesDocumented
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classTExtensibleAttributesDocumented
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classTExtensibleAttributesDocumented
-
-