public class ElementSpec extends Object
Java class for ElementSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElementSpec">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://www.w3.org/2001/XMLSchema}element"/>
</choice>
<attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}QName" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TopLevelElement |
element |
protected QName |
ref |
| Constructor and Description |
|---|
ElementSpec() |
| Modifier and Type | Method and Description |
|---|---|
TopLevelElement |
getElement()
Gets the value of the element property.
|
QName |
getRef()
Gets the value of the ref property.
|
void |
setElement(TopLevelElement value)
Sets the value of the element property.
|
void |
setRef(QName value)
Sets the value of the ref property.
|
protected TopLevelElement element
protected QName ref
public TopLevelElement getElement()
TopLevelElementpublic void setElement(TopLevelElement value)
value - allowed object is
TopLevelElementCopyright © 2015 FastConnect SAS. All rights reserved.