Package gov.cms.hh.xml.layout.rot
Class HHGSDataOject
java.lang.Object
gov.cms.hh.xml.layout.rot.HHGSDataOject
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="{}ROT"/>
</sequence>
<attribute name="date" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()Gets the value of the date property.getROT()Gets the value of the rot property.Gets the value of the version property.voidSets the value of the date property.voidSets the value of the rot property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
rot
-
date
-
version
-
-
Constructor Details
-
HHGSDataOject
public HHGSDataOject()
-
-
Method Details
-
getROT
Gets the value of the rot property.- Returns:
- possible object is
ROT
-
setROT
Sets the value of the rot property.- Parameters:
value- allowed object isROT
-
getDate
Gets the value of the date property.- Returns:
- possible object is
String
-
setDate
Sets the value of the date property.- Parameters:
value- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-