|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.plugins._1.DataSetType
public class DataSetType
Java class for DataSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataSetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
lastModified
|
protected String |
name
|
protected String |
type
|
| Constructor Summary | |
|---|---|
DataSetType()
|
|
| Method Summary | |
|---|---|
XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property. |
String |
getName()
Gets the value of the name property. |
String |
getType()
Gets the value of the type property. |
void |
setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified 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 String type
protected String name
protected XMLGregorianCalendar lastModified
| Constructor Detail |
|---|
public DataSetType()
| Method Detail |
|---|
public 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 getLastModified()
XMLGregorianCalendarpublic void setLastModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||