public class TParameter extends TExtensibleMixedContentElements
Java class for tParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tParameter">
<complexContent>
<extension base="{http://www.example.org/WS-HT}tExtensibleMixedContentElements">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<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 String |
name |
protected QName |
type |
content| Constructor and Description |
|---|
TParameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
QName |
getType()
Gets the value of the type property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(QName value)
Sets the value of the type property.
|
getContent, getOtherAttributespublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic QName getType()
QNameCopyright © 2012 OW2 Consortium. All Rights Reserved.