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>
Modifier and Type | Field and Description |
---|---|
protected String |
position |
protected String |
positionDescription |
protected String |
value |
protected String |
valueDescription |
Constructor and Description |
---|
HippsValue() |
Modifier and Type | Method and Description |
---|---|
String |
getPosition()
Gets the value of the position property.
|
String |
getPositionDescription()
Gets the value of the positionDescription property.
|
String |
getValue()
Gets the value of the value property.
|
String |
getValueDescription()
Gets the value of the valueDescription property.
|
void |
setPosition(String value)
Sets the value of the position property.
|
void |
setPositionDescription(String value)
Sets the value of the positionDescription property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setValueDescription(String value)
Sets the value of the valueDescription property.
|
protected String position
protected String positionDescription
protected String value
protected String valueDescription
public String getPosition()
String
public void setPosition(String value)
value
- allowed object is
String
public String getPositionDescription()
String
public void setPositionDescription(String value)
value
- allowed object is
String
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getValueDescription()
String
Copyright © 2022. All rights reserved.