Class HHGSDataOject

java.lang.Object
gov.cms.hh.xml.layout.rot.HHGSDataOject

public class HHGSDataOject extends 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">
       <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 Details

    • rot

      protected ROT rot
    • date

      protected String date
    • version

      protected String version
  • Constructor Details

    • HHGSDataOject

      public HHGSDataOject()
  • Method Details

    • getROT

      public ROT getROT()
      Gets the value of the rot property.
      Returns:
      possible object is ROT
    • setROT

      public void setROT(ROT value)
      Sets the value of the rot property.
      Parameters:
      value - allowed object is ROT
    • getDate

      public String getDate()
      Gets the value of the date property.
      Returns:
      possible object is String
    • setDate

      public void setDate(String value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is String
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String