public class Reading
extends java.lang.Object
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"> <attribute name="Name" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="63"/> </restriction> </simpleType> </attribute> <attribute name="Value" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="255"/> </restriction> </simpleType> </attribute> <attribute name="ReadingTime" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime"> <pattern value=".+T.+(Z)"/> </restriction> </simpleType> </attribute> <anyAttribute/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name |
protected javax.xml.datatype.XMLGregorianCalendar |
readingTime |
protected java.lang.String |
value |
Constructor and Description |
---|
Reading() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.Date |
getReadingTime()
Gets the value of the readingTime property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
protected java.lang.String name
protected java.lang.String value
protected javax.xml.datatype.XMLGregorianCalendar readingTime
public java.lang.String getName()
String
public java.lang.String getValue()
String
public java.util.Date getReadingTime()
XMLGregorianCalendar