mx.bigdata.sat.common.detallista.schema
Class Detallista.RequestForPaymentIdentification

java.lang.Object
  extended by mx.bigdata.sat.common.detallista.schema.Detallista.RequestForPaymentIdentification
Enclosing class:
Detallista

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>
 


Field Summary
protected  String entityType
           
 
Constructor Summary
Detallista.RequestForPaymentIdentification()
           
 
Method Summary
 String getEntityType()
          Gets the value of the entityType property.
 void setEntityType(String value)
          Sets the value of the entityType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityType

protected String entityType
Constructor Detail

Detallista.RequestForPaymentIdentification

public Detallista.RequestForPaymentIdentification()
Method Detail

getEntityType

public String getEntityType()
Gets the value of the entityType property.

Returns:
possible object is String

setEntityType

public void setEntityType(String value)
Sets the value of the entityType property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.