Class HippsValue

java.lang.Object
gov.cms.hh.xml.layout.rot.HippsValue
Direct Known Subclasses:
HippsValueObject

public class HippsValue 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">
       <attribute name="Position" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="PositionDescription" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ValueDescription" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • position

      protected String position
    • positionDescription

      protected String positionDescription
    • value

      protected String value
    • valueDescription

      protected String valueDescription
  • Constructor Details

    • HippsValue

      public HippsValue()
  • Method Details

    • getPosition

      public String getPosition()
      Gets the value of the position property.
      Returns:
      possible object is String
    • setPosition

      public void setPosition(String value)
      Sets the value of the position property.
      Parameters:
      value - allowed object is String
    • getPositionDescription

      public String getPositionDescription()
      Gets the value of the positionDescription property.
      Returns:
      possible object is String
    • setPositionDescription

      public void setPositionDescription(String value)
      Sets the value of the positionDescription property.
      Parameters:
      value - allowed object is String
    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getValueDescription

      public String getValueDescription()
      Gets the value of the valueDescription property.
      Returns:
      possible object is String
    • setValueDescription

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