Package org.somda.sdc.dpws.wsdl.model
Class TPart
- java.lang.Object
-
- org.somda.sdc.dpws.wsdl.model.TDocumented
-
- org.somda.sdc.dpws.wsdl.model.TExtensibleAttributesDocumented
-
- org.somda.sdc.dpws.wsdl.model.TPart
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class TPart extends TExtensibleAttributesDocumented implements org.jvnet.jaxb2_commons.lang.ToString2
Java class for tPart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tPart"> <complexContent> <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleAttributesDocumented"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="element" type="{http://www.w3.org/2001/XMLSchema}QName" /> <attribute name="type" 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 QNameelementprotected Stringnameprotected QNametype-
Fields inherited from class org.somda.sdc.dpws.wsdl.model.TDocumented
documentation
-
-
Constructor Summary
Constructors Constructor Description TPart()
-
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)QNamegetElement()Gets the value of the element property.StringgetName()Gets the value of the name property.QNamegetType()Gets the value of the type property.voidsetElement(QName value)Sets the value of the element property.voidsetName(String value)Sets the value of the name property.voidsetType(QName value)Sets the value of the type 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
-
getElement
public QName getElement()
Gets the value of the element property.- Returns:
- possible object is
QName
-
setElement
public void setElement(QName value)
Sets the value of the element property.- Parameters:
value- allowed object isQName
-
getType
public QName getType()
Gets the value of the type property.- Returns:
- possible object is
QName
-
setType
public void setType(QName value)
Sets the value of the type property.- Parameters:
value- allowed object isQName
-
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
-
-