Class ItemSizeCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ItemSizeCT
-
public class ItemSizeCT extends Object
Characteristics of handled item (size). Complex Type. Derived from Capability Model ontology.Java class for ItemSize_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemSize_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="diameter" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="height" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="weight" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ItemSizeCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDiameter()Gets the value of the diameter property.StringgetHeight()Gets the value of the height property.StringgetLength()Gets the value of the length property.StringgetWeight()Gets the value of the weight property.StringgetWidth()Gets the value of the width property.voidsetDiameter(String value)Sets the value of the diameter property.voidsetHeight(String value)Sets the value of the height property.voidsetLength(String value)Sets the value of the length property.voidsetWeight(String value)Sets the value of the weight property.voidsetWidth(String value)Sets the value of the width property.
-
-
-
Method Detail
-
getDiameter
public String getDiameter()
Gets the value of the diameter property.- Returns:
- possible object is
String
-
setDiameter
public void setDiameter(String value)
Sets the value of the diameter property.- Parameters:
value- allowed object isString
-
getWidth
public String getWidth()
Gets the value of the width property.- Returns:
- possible object is
String
-
setWidth
public void setWidth(String value)
Sets the value of the width property.- Parameters:
value- allowed object isString
-
getLength
public String getLength()
Gets the value of the length property.- Returns:
- possible object is
String
-
setLength
public void setLength(String value)
Sets the value of the length property.- Parameters:
value- allowed object isString
-
getHeight
public String getHeight()
Gets the value of the height property.- Returns:
- possible object is
String
-
setHeight
public void setHeight(String value)
Sets the value of the height property.- Parameters:
value- allowed object isString
-
getWeight
public String getWeight()
Gets the value of the weight property.- Returns:
- possible object is
String
-
-