Package org.cxml
Class Scales
java.lang.Object
org.cxml.Scales
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetScale()Gets the value of the scale property.Gets the value of the scaleBasis property.Gets the value of the scaleType property.voidsetScaleBasis(String value) Sets the value of the scaleBasis property.voidsetScaleType(String value) Sets the value of the scaleType property.
-
Field Details
-
scaleType
-
scaleBasis
-
scale
-
-
Constructor Details
-
Scales
public Scales()
-
-
Method Details
-
getScaleType
Gets the value of the scaleType property.- Returns:
- possible object is
String
-
setScaleType
Sets the value of the scaleType property.- Parameters:
value- allowed object isString
-
getScaleBasis
Gets the value of the scaleBasis property.- Returns:
- possible object is
String
-
setScaleBasis
Sets the value of the scaleBasis property.- Parameters:
value- allowed object isString
-
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
setmethod 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
-