Class DimensionsType
java.lang.Object
org.bidib.jbidibc.decoder.schema.decoder.DimensionsType
Java class for DimensionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DimensionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}decimal" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the height property.Gets the value of the length property.getWidth()Gets the value of the width property.inthashCode()voidsetHeight(BigDecimal value) Sets the value of the height property.voidsetLength(BigDecimal value) Sets the value of the length property.voidsetWidth(BigDecimal value) Sets the value of the width property.toString()withHeight(BigDecimal value) withLength(BigDecimal value) withWidth(BigDecimal value)
-
Field Details
-
length
-
width
-
height
-
-
Constructor Details
-
DimensionsType
public DimensionsType()
-
-
Method Details
-
getLength
Gets the value of the length property.- Returns:
- possible object is
BigDecimal
-
setLength
Sets the value of the length property.- Parameters:
value- allowed object isBigDecimal
-
getWidth
Gets the value of the width property.- Returns:
- possible object is
BigDecimal
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isBigDecimal
-
getHeight
Gets the value of the height property.- Returns:
- possible object is
BigDecimal
-
setHeight
Sets the value of the height property.- Parameters:
value- allowed object isBigDecimal
-
toString
-
equals
-
hashCode
public int hashCode() -
withLength
-
withWidth
-
withHeight
-