java.lang.Object
de.hybris.platform.ndc182facades.messages.orderretrieverequest.CheckType

public class CheckType extends Object
Personal or bank issued order for transfer of money. Refer to IATA Resolution 728.

Java class for CheckType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CheckType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Number" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}NumberType" minOccurs="0"/>
         <element name="PayeeName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ProperNameType" minOccurs="0"/>
         <element name="SignedDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}DateType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CheckType

      public CheckType()
  • Method Details

    • getNumber

      public BigDecimal getNumber()
      Gets the value of the number property.
      Returns:
      possible object is BigDecimal
    • setNumber

      public void setNumber(BigDecimal value)
      Sets the value of the number property.
      Parameters:
      value - allowed object is BigDecimal
    • getPayeeName

      public String getPayeeName()
      Gets the value of the payeeName property.
      Returns:
      possible object is String
    • setPayeeName

      public void setPayeeName(String value)
      Sets the value of the payeeName property.
      Parameters:
      value - allowed object is String
    • getSignedDate

      public XMLGregorianCalendar getSignedDate()
      Gets the value of the signedDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setSignedDate

      public void setSignedDate(XMLGregorianCalendar value)
      Sets the value of the signedDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar