|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.components._1.DataType
public class DataType
Java class for DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.extra-standard.de/namespace/components/1}CharSequence"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}Base64CharSequence"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}ElementSequence"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}AnyXML"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AnyXMLType |
anyXML
|
protected Base64CharSequenceType |
base64CharSequence
|
protected CharSequenceType |
charSequence
|
protected ElementSequenceType |
elementSequence
|
| Constructor Summary | |
|---|---|
DataType()
|
|
| Method Summary | |
|---|---|
AnyXMLType |
getAnyXML()
Gets the value of the anyXML property. |
Base64CharSequenceType |
getBase64CharSequence()
Gets the value of the base64CharSequence property. |
CharSequenceType |
getCharSequence()
Gets the value of the charSequence property. |
ElementSequenceType |
getElementSequence()
Gets the value of the elementSequence property. |
void |
setAnyXML(AnyXMLType value)
Sets the value of the anyXML property. |
void |
setBase64CharSequence(Base64CharSequenceType value)
Sets the value of the base64CharSequence property. |
void |
setCharSequence(CharSequenceType value)
Sets the value of the charSequence property. |
void |
setElementSequence(ElementSequenceType value)
Sets the value of the elementSequence property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CharSequenceType charSequence
protected Base64CharSequenceType base64CharSequence
protected ElementSequenceType elementSequence
protected AnyXMLType anyXML
| Constructor Detail |
|---|
public DataType()
| Method Detail |
|---|
public CharSequenceType getCharSequence()
CharSequenceTypepublic void setCharSequence(CharSequenceType value)
value - allowed object is
CharSequenceTypepublic Base64CharSequenceType getBase64CharSequence()
Base64CharSequenceTypepublic void setBase64CharSequence(Base64CharSequenceType value)
value - allowed object is
Base64CharSequenceTypepublic ElementSequenceType getElementSequence()
ElementSequenceTypepublic void setElementSequence(ElementSequenceType value)
value - allowed object is
ElementSequenceTypepublic AnyXMLType getAnyXML()
AnyXMLTypepublic void setAnyXML(AnyXMLType value)
value - allowed object is
AnyXMLType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||