Class CheckType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.CheckType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalprotected Stringprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the checkNumber property.Gets the value of the payeeName property.Gets the value of the signedDate property.voidsetCheckNumber(BigDecimal value) Sets the value of the checkNumber property.voidsetPayeeName(String value) Sets the value of the payeeName property.voidSets the value of the signedDate property.
-
Field Details
-
checkNumber
-
payeeName
-
signedDate
-
-
Constructor Details
-
CheckType
public CheckType()
-
-
Method Details
-
getCheckNumber
Gets the value of the checkNumber property.- Returns:
- possible object is
BigDecimal
-
setCheckNumber
Sets the value of the checkNumber 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
-