org.ow2.orchestra.ws_ht
Class TRendering

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

public class TRendering
extends TExtensibleElements

Java class for tRendering complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tRendering">
   <complexContent>
     <extension base="{http://www.example.org/WS-HT}tExtensibleElements">
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  QName type
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
any, documentation
 
Constructor Summary
TRendering()
           
 
Method Summary
 QName getType()
          Gets the value of the type property.
 void setType(QName value)
          Sets the value of the type 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

type

protected QName type
Constructor Detail

TRendering

public TRendering()
Method Detail

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 is QName


Copyright © 2012 OW2 Consortium. All Rights Reserved.