Uses of Class
org.cxml.IdReference
-
Packages that use IdReference Package Description org.cxml -
-
Uses of IdReference in org.cxml
Fields in org.cxml declared as IdReference Modifier and Type Field Description protected IdReferenceContractItemStatus. idReferenceprotected IdReferenceLegalEntity. idReferenceprotected IdReferenceOrganizationalUnit. idReferenceprotected IdReferenceValueGroup. idReferenceFields in org.cxml with type parameters of type IdReference Modifier and Type Field Description protected java.util.List<IdReference>BillTo. idReferenceprotected java.util.List<IdReference>Contact. idReferenceprotected java.util.List<IdReference>ContractIDInfo. idReferenceprotected java.util.List<IdReference>InvoiceItemIDInfo. idReferenceprotected java.util.List<IdReference>ItemID. idReferenceprotected java.util.List<IdReference>MasterAgreementIDInfo. idReferenceprotected java.util.List<IdReference>OrderIDInfo. idReferenceprotected java.util.List<IdReference>OrderRequestHeader. idReferenceprotected java.util.List<IdReference>PartnerContact. idReferenceprotected java.util.List<IdReference>PaymentPartner. idReferenceprotected java.util.List<IdReference>Person. idReferenceprotected java.util.List<IdReference>Product. idReferenceprotected java.util.List<IdReference>ProductMovementItemIDInfo. idReferenceprotected java.util.List<IdReference>PropertyReference. idReferenceprotected java.util.List<IdReference>ReceiptIDInfo. idReferenceprotected java.util.List<IdReference>ShipNoticeIDInfo. idReferenceprotected java.util.List<IdReference>ShipTo. idReferenceMethods in org.cxml that return IdReference Modifier and Type Method Description IdReferenceObjectFactory. createIdReference()Create an instance ofIdReferenceIdReferenceContractItemStatus. getIdReference()Gets the value of the idReference property.IdReferenceLegalEntity. getIdReference()Gets the value of the idReference property.IdReferenceOrganizationalUnit. getIdReference()Gets the value of the idReference property.IdReferenceValueGroup. getIdReference()Gets the value of the idReference property.Methods in org.cxml that return types with arguments of type IdReference Modifier and Type Method Description java.util.List<IdReference>BillTo. getIdReference()Gets the value of the idReference property.java.util.List<IdReference>Contact. getIdReference()Gets the value of the idReference property.java.util.List<IdReference>ContractIDInfo. getIdReference()Gets the value of the idReference property.java.util.List<IdReference>InvoiceItemIDInfo. getIdReference()Gets the value of the idReference property.java.util.List<IdReference>ItemID. getIdReference()Gets the value of the idReference property.java.util.List<IdReference>MasterAgreementIDInfo. getIdReference()Gets the value of the idReference property.java.util.List<IdReference>OrderIDInfo. getIdReference()Gets the value of the idReference property.java.util.List<IdReference>OrderRequestHeader. getIdReference()Gets the value of the idReference property.java.util.List<IdReference>PartnerContact. getIdReference()Gets the value of the idReference property.java.util.List<IdReference>PaymentPartner. getIdReference()Gets the value of the idReference property.java.util.List<IdReference>Person. getIdReference()Gets the value of the idReference property.java.util.List<IdReference>Product. getIdReference()Gets the value of the idReference property.java.util.List<IdReference>ProductMovementItemIDInfo. getIdReference()Gets the value of the idReference property.java.util.List<IdReference>PropertyReference. getIdReference()Gets the value of the idReference property.java.util.List<IdReference>ReceiptIDInfo. getIdReference()Gets the value of the idReference property.java.util.List<IdReference>ShipNoticeIDInfo. getIdReference()Gets the value of the idReference property.java.util.List<IdReference>ShipTo. getIdReference()Gets the value of the idReference property.Methods in org.cxml with parameters of type IdReference Modifier and Type Method Description voidContractItemStatus. setIdReference(IdReference value)Sets the value of the idReference property.voidLegalEntity. setIdReference(IdReference value)Sets the value of the idReference property.voidOrganizationalUnit. setIdReference(IdReference value)Sets the value of the idReference property.voidValueGroup. setIdReference(IdReference value)Sets the value of the idReference property.
-