|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1.TimeStampDT
public class TimeStampDT
Java class for timeStampDT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="timeStampDT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="low" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="high" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="width" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="center" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
center
|
protected java.lang.String |
high
|
protected java.lang.String |
low
|
protected java.lang.String |
value
|
protected java.lang.String |
width
|
Constructor Summary | |
---|---|
TimeStampDT()
|
Method Summary | |
---|---|
java.lang.String |
getCenter()
Gets the value of the center property. |
java.lang.String |
getHigh()
Gets the value of the high property. |
java.lang.String |
getLow()
Gets the value of the low property. |
java.lang.String |
getValue()
Gets the value of the value property. |
java.lang.String |
getWidth()
Gets the value of the width property. |
void |
setCenter(java.lang.String value)
Sets the value of the center property. |
void |
setHigh(java.lang.String value)
Sets the value of the high property. |
void |
setLow(java.lang.String value)
Sets the value of the low property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
void |
setWidth(java.lang.String value)
Sets the value of the width 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 value
protected java.lang.String low
protected java.lang.String high
protected java.lang.String width
protected java.lang.String center
Constructor Detail |
---|
public TimeStampDT()
Method Detail |
---|
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLow()
String
public void setLow(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHigh()
String
public void setHigh(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWidth()
String
public void setWidth(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCenter()
String
public void setCenter(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |