Package org.cxml

Class SpecialHandlingAmount

java.lang.Object
org.cxml.SpecialHandlingAmount

public class SpecialHandlingAmount extends Object
  • Field Details

  • Constructor Details

    • SpecialHandlingAmount

      public SpecialHandlingAmount()
  • Method Details

    • getMoney

      public Money getMoney()
      Gets the value of the money property.
      Returns:
      possible object is Money
    • setMoney

      public void setMoney(Money value)
      Sets the value of the money property.
      Parameters:
      value - allowed object is Money
    • getDescription

      public Description getDescription()
      Gets the value of the description property.
      Returns:
      possible object is Description
    • setDescription

      public void setDescription(Description value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is Description
    • getDistribution

      public List<Distribution> 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 set method 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