Package org.cxml
Class Scale
java.lang.Object
org.cxml.Scale
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
from
-
to
-
costTermValue
-
-
Constructor Details
-
Scale
public Scale()
-
-
Method Details
-
getFrom
Gets the value of the from property.- Returns:
- possible object is
String
-
setFrom
Sets the value of the from property.- Parameters:
value- allowed object isString
-
getTo
Gets the value of the to property.- Returns:
- possible object is
String
-
setTo
Sets the value of the to property.- Parameters:
value- allowed object isString
-
getCostTermValue
Gets the value of the costTermValue property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the costTermValue property.For example, to add a new item, do as follows:
getCostTermValue().add(newItem);Objects of the following type(s) are allowed in the list
CostTermValue
-