org.ow2.orchestra.ws_ht
Class TExtension

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.TExtensibleElements
      extended by org.ow2.orchestra.ws_ht.TExtension

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>
 


Field Summary
protected  TBoolean mustUnderstand
           
protected  String namespace
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
any, documentation
 
Constructor Summary
TExtension()
           
 
Method Summary
 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.
 
Methods inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
getAny, getDocumentation, getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

namespace

protected String namespace

mustUnderstand

protected TBoolean mustUnderstand
Constructor Detail

TExtension

public TExtension()
Method Detail

getNamespace

public String getNamespace()
Gets the value of the namespace property.

Returns:
possible object is String

setNamespace

public void setNamespace(String value)
Sets the value of the namespace property.

Parameters:
value - allowed object is String

getMustUnderstand

public TBoolean getMustUnderstand()
Gets the value of the mustUnderstand property.

Returns:
possible object is TBoolean

setMustUnderstand

public void setMustUnderstand(TBoolean value)
Sets the value of the mustUnderstand property.

Parameters:
value - allowed object is TBoolean


Copyright © 2012 OW2 Consortium. All Rights Reserved.