de.extra_standard.namespace.components._1
Class DataType

java.lang.Object
  extended by de.extra_standard.namespace.components._1.DataType

public class DataType
extends Object

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

charSequence

protected CharSequenceType charSequence

base64CharSequence

protected Base64CharSequenceType base64CharSequence

elementSequence

protected ElementSequenceType elementSequence

anyXML

protected AnyXMLType anyXML
Constructor Detail

DataType

public DataType()
Method Detail

getCharSequence

public CharSequenceType getCharSequence()
Gets the value of the charSequence property.

Returns:
possible object is CharSequenceType

setCharSequence

public void setCharSequence(CharSequenceType value)
Sets the value of the charSequence property.

Parameters:
value - allowed object is CharSequenceType

getBase64CharSequence

public Base64CharSequenceType getBase64CharSequence()
Gets the value of the base64CharSequence property.

Returns:
possible object is Base64CharSequenceType

setBase64CharSequence

public void setBase64CharSequence(Base64CharSequenceType value)
Sets the value of the base64CharSequence property.

Parameters:
value - allowed object is Base64CharSequenceType

getElementSequence

public ElementSequenceType getElementSequence()
Gets the value of the elementSequence property.

Returns:
possible object is ElementSequenceType

setElementSequence

public void setElementSequence(ElementSequenceType value)
Sets the value of the elementSequence property.

Parameters:
value - allowed object is ElementSequenceType

getAnyXML

public AnyXMLType getAnyXML()
Gets the value of the anyXML property.

Returns:
possible object is AnyXMLType

setAnyXML

public void setAnyXML(AnyXMLType value)
Sets the value of the anyXML property.

Parameters:
value - allowed object is AnyXMLType


Copyright © 2012-2013. All Rights Reserved.