public class TExtension extends TExtensibleElements
Java class for tExtension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tExtension">
<complexContent>
<extension base="{http://www.example.org/WS-HT}tExtensibleElements">
<attribute name="namespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="mustUnderstand" use="required" type="{http://www.example.org/WS-HT}tBoolean" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TBoolean |
mustUnderstand |
protected String |
namespace |
any, documentation| Constructor and Description |
|---|
TExtension() |
| Modifier and Type | Method and Description |
|---|---|
TBoolean |
getMustUnderstand()
Gets the value of the mustUnderstand property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
void |
setMustUnderstand(TBoolean value)
Sets the value of the mustUnderstand property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
getAny, getDocumentation, getOtherAttributespublic String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic TBoolean getMustUnderstand()
TBooleanCopyright © 2012 OW2 Consortium. All Rights Reserved.