Package org.cxml
Class SpecialHandlingAmount
java.lang.Object
org.cxml.SpecialHandlingAmount
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Descriptionprotected List<Distribution>protected Money -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the distribution property.getMoney()Gets the value of the money property.voidsetDescription(Description value) Sets the value of the description property.voidSets the value of the money property.
-
Field Details
-
money
-
description
-
distribution
-
-
Constructor Details
-
SpecialHandlingAmount
public SpecialHandlingAmount()
-
-
Method Details
-
getMoney
Gets the value of the money property.- Returns:
- possible object is
Money
-
setMoney
Sets the value of the money property.- Parameters:
value- allowed object isMoney
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getDistribution
Gets the value of the distribution 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 distribution property.For example, to add a new item, do as follows:
getDistribution().add(newItem);Objects of the following type(s) are allowed in the list
Distribution
-