org.hackystat.sensorbase.resource.sensordatatypes.jaxb
Class SensorDataType

java.lang.Object
  extended by org.hackystat.sensorbase.resource.sensordatatypes.jaxb.SensorDataType
All Implemented Interfaces:
java.io.Serializable

public class SensorDataType
extends java.lang.Object
implements java.io.Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}Description"/>
         <element ref="{}RequiredFields"/>
         <element ref="{}Properties"/>
       </sequence>
       <attribute ref="{}Name use="required""/>
       <attribute ref="{}LastMod"/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String description
           
protected  javax.xml.datatype.XMLGregorianCalendar lastMod
           
protected  java.lang.String name
           
protected  Properties properties
           
protected  RequiredFields requiredFields
           
 
Constructor Summary
SensorDataType()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 javax.xml.datatype.XMLGregorianCalendar getLastMod()
          Gets the value of the lastMod property.
 java.lang.String getName()
          Gets the value of the name property.
 Properties getProperties()
          Gets the value of the properties property.
 RequiredFields getRequiredFields()
          Gets the value of the requiredFields property.
 boolean isSetDescription()
           
 boolean isSetLastMod()
           
 boolean isSetName()
           
 boolean isSetProperties()
           
 boolean isSetRequiredFields()
           
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setLastMod(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the lastMod property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setProperties(Properties value)
          Sets the value of the properties property.
 void setRequiredFields(RequiredFields value)
          Sets the value of the requiredFields property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected java.lang.String description

requiredFields

protected RequiredFields requiredFields

properties

protected Properties properties

name

protected java.lang.String name

lastMod

protected javax.xml.datatype.XMLGregorianCalendar lastMod
Constructor Detail

SensorDataType

public SensorDataType()
Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isSetDescription

public boolean isSetDescription()

getRequiredFields

public RequiredFields getRequiredFields()
Gets the value of the requiredFields property.

Returns:
possible object is RequiredFields

setRequiredFields

public void setRequiredFields(RequiredFields value)
Sets the value of the requiredFields property.

Parameters:
value - allowed object is RequiredFields

isSetRequiredFields

public boolean isSetRequiredFields()

getProperties

public Properties getProperties()
Gets the value of the properties property.

Returns:
possible object is Properties

setProperties

public void setProperties(Properties value)
Sets the value of the properties property.

Parameters:
value - allowed object is Properties

isSetProperties

public boolean isSetProperties()

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getLastMod

public javax.xml.datatype.XMLGregorianCalendar getLastMod()
Gets the value of the lastMod property.

Returns:
possible object is XMLGregorianCalendar

setLastMod

public void setLastMod(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastMod property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetLastMod

public boolean isSetLastMod()