public class XMLTypeType extends Object implements Serializable
Java class for XMLTypeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XMLTypeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Element" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected QName |
element |
protected QName |
type |
| Constructor and Description |
|---|
XMLTypeType() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getElement()
Gets the value of the element property.
|
QName |
getType()
Gets the value of the type property.
|
void |
setElement(QName value)
Sets the value of the element property.
|
void |
setType(QName value)
Sets the value of the type property.
|
public QName getElement()
QNamepublic void setElement(QName value)
value - allowed object is
QNamepublic QName getType()
QNameCopyright © 2017. All Rights Reserved.