Package org.cxml

Class Scales

java.lang.Object
org.cxml.Scales

public class Scales extends Object
  • Field Details

    • scaleType

      protected String scaleType
    • scaleBasis

      protected String scaleBasis
    • scale

      protected List<Scale> scale
  • Constructor Details

    • Scales

      public Scales()
  • Method Details

    • getScaleType

      public String getScaleType()
      Gets the value of the scaleType property.
      Returns:
      possible object is String
    • setScaleType

      public void setScaleType(String value)
      Sets the value of the scaleType property.
      Parameters:
      value - allowed object is String
    • getScaleBasis

      public String getScaleBasis()
      Gets the value of the scaleBasis property.
      Returns:
      possible object is String
    • setScaleBasis

      public void setScaleBasis(String value)
      Sets the value of the scaleBasis property.
      Parameters:
      value - allowed object is String
    • getScale

      public List<Scale> getScale()
      Gets the value of the scale 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 scale property.

      For example, to add a new item, do as follows:

          getScale().add(newItem);
       

      Objects of the following type(s) are allowed in the list Scale