| java.lang.Object | |||
| ↳ | org.xmlsoap.schemas.wsdl.TDocumented | ||
| ↳ | org.xmlsoap.schemas.wsdl.TExtensibleAttributesDocumented | ||
| ↳ | org.xmlsoap.schemas.wsdl.TPart | ||
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| element | |||||||||||
| name | |||||||||||
| type | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.xmlsoap.schemas.wsdl.TExtensibleAttributesDocumented
| |||||||||||
From class
org.xmlsoap.schemas.wsdl.TDocumented
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the element property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Sets the value of the element property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.xmlsoap.schemas.wsdl.TExtensibleAttributesDocumented
| |||||||||||
From class
org.xmlsoap.schemas.wsdl.TDocumented
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the element property.
Gets the value of the name property.
Gets the value of the type property.
Sets the value of the element property.
| value | Allowed object is QName |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the type property.
| value | Allowed object is QName |
|---|