Class CheckType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderretrieverequest.CheckType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalprotected Stringprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the number property.Gets the value of the payeeName property.Gets the value of the signedDate property.voidsetNumber(BigDecimal value) Sets the value of the number property.voidsetPayeeName(String value) Sets the value of the payeeName property.voidSets the value of the signedDate property.
-
Field Details
-
number
-
payeeName
-
signedDate
-
-
Constructor Details
-
CheckType
public CheckType()
-
-
Method Details
-
getNumber
Gets the value of the number property.- Returns:
- possible object is
BigDecimal
-
setNumber
Sets the value of the number property.- Parameters:
value- allowed object isBigDecimal
-
getPayeeName
Gets the value of the payeeName property.- Returns:
- possible object is
String
-
setPayeeName
Sets the value of the payeeName property.- Parameters:
value- allowed object isString
-
getSignedDate
Gets the value of the signedDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSignedDate
Sets the value of the signedDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-