|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.plugins._1.DataContainerType
public class DataContainerType
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 |
|---|
protected DataSetType dataSet
protected String type
protected String name
protected XMLGregorianCalendar created
protected String encoding
| Constructor Detail |
|---|
public DataContainerType()
| Method Detail |
|---|
public DataSetType getDataSet()
DataSetTypepublic void setDataSet(DataSetType value)
value - allowed object is
DataSetTypepublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreated()
XMLGregorianCalendarpublic void setCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getEncoding()
Stringpublic void setEncoding(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||