org.ow2.orchestra.ws_ht
Class TRendering
java.lang.Object
org.ow2.orchestra.ws_ht.TExtensibleElements
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>
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected QName type
TRendering
public TRendering()
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.