de.extra_standard.namespace.plugins._1
Class DataContainerType

java.lang.Object
  extended by de.extra_standard.namespace.plugins._1.DataContainerType

public class DataContainerType
extends Object

Java class for DataContainerType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DataContainerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DataSet" type="{http://www.extra-standard.de/namespace/plugins/1}DataSetType" minOccurs="0"/>
       </sequence>
       <attribute name="type" use="required" type="{http://www.extra-standard.de/namespace/codelists/1}DataContainerCodeType" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XMLGregorianCalendar created
           
protected  DataSetType dataSet
           
protected  String encoding
           
protected  String name
           
protected  String type
           
 
Constructor Summary
DataContainerType()
           
 
Method Summary
 XMLGregorianCalendar getCreated()
          Gets the value of the created property.
 DataSetType getDataSet()
          Gets the value of the dataSet property.
 String getEncoding()
          Gets the value of the encoding property.
 String getName()
          Gets the value of the name property.
 String getType()
          Gets the value of the type property.
 void setCreated(XMLGregorianCalendar value)
          Sets the value of the created property.
 void setDataSet(DataSetType value)
          Sets the value of the dataSet property.
 void setEncoding(String value)
          Sets the value of the encoding property.
 void setName(String value)
          Sets the value of the name property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataSet

protected DataSetType dataSet

type

protected String type

name

protected String name

created

protected XMLGregorianCalendar created

encoding

protected String encoding
Constructor Detail

DataContainerType

public DataContainerType()
Method Detail

getDataSet

public DataSetType getDataSet()
Gets the value of the dataSet property.

Returns:
possible object is DataSetType

setDataSet

public void setDataSet(DataSetType value)
Sets the value of the dataSet property.

Parameters:
value - allowed object is DataSetType

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getCreated

public XMLGregorianCalendar getCreated()
Gets the value of the created property.

Returns:
possible object is XMLGregorianCalendar

setCreated

public void setCreated(XMLGregorianCalendar value)
Sets the value of the created property.

Parameters:
value - allowed object is XMLGregorianCalendar

getEncoding

public String getEncoding()
Gets the value of the encoding property.

Returns:
possible object is String

setEncoding

public void setEncoding(String value)
Sets the value of the encoding property.

Parameters:
value - allowed object is String


Copyright © 2012-2013. All Rights Reserved.