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>
| Modifier and Type | Field and Description |
|---|---|
protected QName |
type |
any, documentation| Constructor and Description |
|---|
TRendering() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getType()
Gets the value of the type property.
|
void |
setType(QName value)
Sets the value of the type property.
|
getAny, getDocumentation, getOtherAttributesprotected QName type
Copyright © 2012 OW2 Consortium. All Rights Reserved.