Package org.cxml

Class Scale

java.lang.Object
org.cxml.Scale

public class Scale extends Object
  • Field Details

  • Constructor Details

    • Scale

      public Scale()
  • Method Details

    • getFrom

      public String getFrom()
      Gets the value of the from property.
      Returns:
      possible object is String
    • setFrom

      public void setFrom(String value)
      Sets the value of the from property.
      Parameters:
      value - allowed object is String
    • getTo

      public String getTo()
      Gets the value of the to property.
      Returns:
      possible object is String
    • setTo

      public void setTo(String value)
      Sets the value of the to property.
      Parameters:
      value - allowed object is String
    • getCostTermValue

      public List<CostTermValue> 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 set method 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