|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensorbase.resource.sensordatatypes.jaxb.SensorDataType
public class SensorDataType
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>
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 |
---|
protected java.lang.String description
protected RequiredFields requiredFields
protected Properties properties
protected java.lang.String name
protected javax.xml.datatype.XMLGregorianCalendar lastMod
Constructor Detail |
---|
public SensorDataType()
Method Detail |
---|
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public boolean isSetDescription()
public RequiredFields getRequiredFields()
RequiredFields
public void setRequiredFields(RequiredFields value)
value
- allowed object is
RequiredFields
public boolean isSetRequiredFields()
public Properties getProperties()
Properties
public void setProperties(Properties value)
value
- allowed object is
Properties
public boolean isSetProperties()
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public boolean isSetName()
public javax.xml.datatype.XMLGregorianCalendar getLastMod()
XMLGregorianCalendar
public void setLastMod(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetLastMod()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |