Class QtyType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.seatavailabilityresponse.QtyType
A quantity is a counted number of non-monetary units, possibly including fractions
Java class for QtyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QtyType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>decimal">
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Gets the value of the value property.voidsetValue(BigDecimal value) Sets the value of the value property.
-
Field Details
-
value
-
-
Constructor Details
-
QtyType
public QtyType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
BigDecimal
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isBigDecimal
-