de.extra_standard.namespace.plugins._1
Class DataSetType

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

public class DataSetType
extends Object

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

type

protected String type

name

protected String name

lastModified

protected XMLGregorianCalendar lastModified
Constructor Detail

DataSetType

public DataSetType()
Method Detail

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

getLastModified

public XMLGregorianCalendar getLastModified()
Gets the value of the lastModified property.

Returns:
possible object is XMLGregorianCalendar

setLastModified

public void setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2012-2013. All Rights Reserved.