Uses of Class
org.openvpms.esci.ubl.common.basic.AccountingCostCodeType

Packages that use AccountingCostCodeType
org.openvpms.esci.ubl.common.aggregate   
org.openvpms.esci.ubl.common.basic   
org.openvpms.esci.ubl.invoice   
org.openvpms.esci.ubl.order   
 

Uses of AccountingCostCodeType in org.openvpms.esci.ubl.common.aggregate
 

Fields in org.openvpms.esci.ubl.common.aggregate declared as AccountingCostCodeType
protected  AccountingCostCodeType ReminderLineType.accountingCostCode
           
protected  AccountingCostCodeType LineItemType.accountingCostCode
           
protected  AccountingCostCodeType InvoiceLineType.accountingCostCode
           
protected  AccountingCostCodeType DebitNoteLineType.accountingCostCode
           
protected  AccountingCostCodeType CreditNoteLineType.accountingCostCode
           
protected  AccountingCostCodeType AllowanceChargeType.accountingCostCode
           
 

Methods in org.openvpms.esci.ubl.common.aggregate that return AccountingCostCodeType
 AccountingCostCodeType ReminderLineType.getAccountingCostCode()
           <?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Reminder Line.
 AccountingCostCodeType LineItemType.getAccountingCostCode()
           <?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Line Item.
 AccountingCostCodeType InvoiceLineType.getAccountingCostCode()
           <?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Invoice Line.
 AccountingCostCodeType DebitNoteLineType.getAccountingCostCode()
           <?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Debit Note Line.
 AccountingCostCodeType CreditNoteLineType.getAccountingCostCode()
           <?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Credit Note Line.
 AccountingCostCodeType AllowanceChargeType.getAccountingCostCode()
           <?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Allowance Charge.
 

Methods in org.openvpms.esci.ubl.common.aggregate with parameters of type AccountingCostCodeType
 void ReminderLineType.setAccountingCostCode(AccountingCostCodeType value)
          Sets the value of the accountingCostCode property.
 void LineItemType.setAccountingCostCode(AccountingCostCodeType value)
          Sets the value of the accountingCostCode property.
 void InvoiceLineType.setAccountingCostCode(AccountingCostCodeType value)
          Sets the value of the accountingCostCode property.
 void DebitNoteLineType.setAccountingCostCode(AccountingCostCodeType value)
          Sets the value of the accountingCostCode property.
 void CreditNoteLineType.setAccountingCostCode(AccountingCostCodeType value)
          Sets the value of the accountingCostCode property.
 void AllowanceChargeType.setAccountingCostCode(AccountingCostCodeType value)
          Sets the value of the accountingCostCode property.
 

Uses of AccountingCostCodeType in org.openvpms.esci.ubl.common.basic
 

Methods in org.openvpms.esci.ubl.common.basic that return AccountingCostCodeType
 AccountingCostCodeType ObjectFactory.createAccountingCostCodeType()
          Create an instance of AccountingCostCodeType
 

Methods in org.openvpms.esci.ubl.common.basic that return types with arguments of type AccountingCostCodeType
 JAXBElement<AccountingCostCodeType> ObjectFactory.createAccountingCostCode(AccountingCostCodeType value)
          Create an instance of JAXBElement<AccountingCostCodeType>}
 

Methods in org.openvpms.esci.ubl.common.basic with parameters of type AccountingCostCodeType
 JAXBElement<AccountingCostCodeType> ObjectFactory.createAccountingCostCode(AccountingCostCodeType value)
          Create an instance of JAXBElement<AccountingCostCodeType>}
 

Uses of AccountingCostCodeType in org.openvpms.esci.ubl.invoice
 

Fields in org.openvpms.esci.ubl.invoice declared as AccountingCostCodeType
protected  AccountingCostCodeType InvoiceType.accountingCostCode
           
 

Methods in org.openvpms.esci.ubl.invoice that return AccountingCostCodeType
 AccountingCostCodeType InvoiceType.getAccountingCostCode()
           <?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Invoice.
 

Methods in org.openvpms.esci.ubl.invoice with parameters of type AccountingCostCodeType
 void InvoiceType.setAccountingCostCode(AccountingCostCodeType value)
          Sets the value of the accountingCostCode property.
 

Uses of AccountingCostCodeType in org.openvpms.esci.ubl.order
 

Fields in org.openvpms.esci.ubl.order declared as AccountingCostCodeType
protected  AccountingCostCodeType OrderType.accountingCostCode
           
protected  AccountingCostCodeType OrderResponseType.accountingCostCode
           
protected  AccountingCostCodeType OrderResponseSimpleType.accountingCostCode
           
protected  AccountingCostCodeType OrderChangeType.accountingCostCode
           
 

Methods in org.openvpms.esci.ubl.order that return AccountingCostCodeType
 AccountingCostCodeType OrderType.getAccountingCostCode()
           <?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:Order-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Order.
 AccountingCostCodeType OrderResponseType.getAccountingCostCode()
           <?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Order Response.
 AccountingCostCodeType OrderResponseSimpleType.getAccountingCostCode()
           <?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:OrderResponseSimple-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Order Response Simple.
 AccountingCostCodeType OrderChangeType.getAccountingCostCode()
           <?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Order Change.
 

Methods in org.openvpms.esci.ubl.order with parameters of type AccountingCostCodeType
 void OrderType.setAccountingCostCode(AccountingCostCodeType value)
          Sets the value of the accountingCostCode property.
 void OrderResponseType.setAccountingCostCode(AccountingCostCodeType value)
          Sets the value of the accountingCostCode property.
 void OrderResponseSimpleType.setAccountingCostCode(AccountingCostCodeType value)
          Sets the value of the accountingCostCode property.
 void OrderChangeType.setAccountingCostCode(AccountingCostCodeType value)
          Sets the value of the accountingCostCode property.
 



Copyright © 2010-2011 OpenVPMS. All Rights Reserved..