Package org.cxml
Class Dimension
java.lang.Object
org.cxml.Dimension
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the quantity property.getType()Gets the value of the type property.Gets the value of the unitOfMeasure property.voidsetQuantity(String value) Sets the value of the quantity property.voidSets the value of the type property.voidsetUnitOfMeasure(String value) Sets the value of the unitOfMeasure property.
-
Field Details
-
quantity
-
type
-
unitOfMeasure
-
-
Constructor Details
-
Dimension
public Dimension()
-
-
Method Details
-
getQuantity
Gets the value of the quantity property.- Returns:
- possible object is
String
-
setQuantity
Sets the value of the quantity property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getUnitOfMeasure
Gets the value of the unitOfMeasure property.- Returns:
- possible object is
String
-
setUnitOfMeasure
Sets the value of the unitOfMeasure property.- Parameters:
value- allowed object isString
-