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

public class CheckType extends Object
A written order instructing a financial institution to pay immediately on demand a specified amount of money from the check writer's account to the person named on the check or, if a specific person is not named, to whoever bears the check to the institu

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="CheckNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}NumberType" minOccurs="0"/>
         <element name="PayeeName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ProperNameType" minOccurs="0"/>
         <element name="SignedDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DateType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CheckType

      public CheckType()
  • Method Details

    • getCheckNumber

      public BigDecimal getCheckNumber()
      Gets the value of the checkNumber property.
      Returns:
      possible object is BigDecimal
    • setCheckNumber

      public void setCheckNumber(BigDecimal value)
      Sets the value of the checkNumber 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