public static class Detallista.RequestForPaymentIdentification extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="entityType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="INVOICE"/> <enumeration value="DEBIT_NOTE"/> <enumeration value="CREDIT_NOTE"/> <enumeration value="LEASE_RECEIPT"/> <enumeration value="HONORARY_RECEIPT"/> <enumeration value="PARTIAL_INVOICE"/> <enumeration value="TRANSPORT_DOCUMENT"/> <enumeration value="AUTO_INVOICE"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
entityType |
Constructor and Description |
---|
RequestForPaymentIdentification() |
Modifier and Type | Method and Description |
---|---|
String |
getEntityType()
Gets the value of the entityType property.
|
void |
setEntityType(String value)
Sets the value of the entityType property.
|
protected String entityType
Copyright © 2010–2018. All rights reserved.