Package gov.cms.hh.xml.layout.rot
Class HippsValue
java.lang.Object
gov.cms.hh.xml.layout.rot.HippsValue
- Direct Known Subclasses:
HippsValueObject
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the position property.Gets the value of the positionDescription property.getValue()Gets the value of the value property.Gets the value of the valueDescription property.voidsetPosition(String value) Sets the value of the position property.voidsetPositionDescription(String value) Sets the value of the positionDescription property.voidSets the value of the value property.voidsetValueDescription(String value) Sets the value of the valueDescription property.
-
Field Details
-
position
-
positionDescription
-
value
-
valueDescription
-
-
Constructor Details
-
HippsValue
public HippsValue()
-
-
Method Details
-
getPosition
Gets the value of the position property.- Returns:
- possible object is
String
-
setPosition
Sets the value of the position property.- Parameters:
value- allowed object isString
-
getPositionDescription
Gets the value of the positionDescription property.- Returns:
- possible object is
String
-
setPositionDescription
Sets the value of the positionDescription property.- Parameters:
value- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getValueDescription
Gets the value of the valueDescription property.- Returns:
- possible object is
String
-
setValueDescription
Sets the value of the valueDescription property.- Parameters:
value- allowed object isString
-