au.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1
Class TimeStampDT

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1.TimeStampDT

public class TimeStampDT
extends java.lang.Object

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

value

protected java.lang.String value

low

protected java.lang.String low

high

protected java.lang.String high

width

protected java.lang.String width

center

protected java.lang.String center
Constructor Detail

TimeStampDT

public TimeStampDT()
Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getLow

public java.lang.String getLow()
Gets the value of the low property.

Returns:
possible object is String

setLow

public void setLow(java.lang.String value)
Sets the value of the low property.

Parameters:
value - allowed object is String

getHigh

public java.lang.String getHigh()
Gets the value of the high property.

Returns:
possible object is String

setHigh

public void setHigh(java.lang.String value)
Sets the value of the high property.

Parameters:
value - allowed object is String

getWidth

public java.lang.String getWidth()
Gets the value of the width property.

Returns:
possible object is String

setWidth

public void setWidth(java.lang.String value)
Sets the value of the width property.

Parameters:
value - allowed object is String

getCenter

public java.lang.String getCenter()
Gets the value of the center property.

Returns:
possible object is String

setCenter

public void setCenter(java.lang.String value)
Sets the value of the center property.

Parameters:
value - allowed object is String