Uses of Class
org.cxml.Contact
-
Packages that use Contact Package Description org.cxml -
-
Uses of Contact in org.cxml
Fields in org.cxml declared as Contact Modifier and Type Field Description protected ContactContractor. contactprotected ContactOrderMethods. contactprotected ContactPartnerContact. contactprotected ContactPaymentMethodRemittanceInformation. contactprotected ContactPaymentPartner. contactprotected ContactPerson. contactprotected ContactSupervisor. contactFields in org.cxml with type parameters of type Contact Modifier and Type Field Description protected java.util.List<Contact>ContractRequestHeader. contactprotected java.util.List<Contact>Correspondent. contactprotected java.util.List<Contact>ItemIn. contactprotected java.util.List<Contact>ItemOut. contactprotected java.util.List<Contact>MasterAgreementRequestHeader. contactprotected java.util.List<Contact>OrderRequestHeader. contactprotected java.util.List<Contact>ProductActivityDetails. contactprotected java.util.List<Contact>PunchOutSetupRequest. contactprotected java.util.List<Contact>PurchaseRequisitionHeader. contactprotected java.util.List<Contact>QuoteItemIn. contactprotected java.util.List<Contact>QuoteItemOut. contactprotected java.util.List<Contact>QuoteMessageHeader. contactprotected java.util.List<Contact>QuoteRequestHeader. contactprotected java.util.List<Contact>ReferenceDocumentInfo. contactprotected java.util.List<Contact>Route. contactMethods in org.cxml that return Contact Modifier and Type Method Description ContactObjectFactory. createContact()Create an instance ofContactContactContractor. getContact()Gets the value of the contact property.ContactOrderMethods. getContact()Gets the value of the contact property.ContactPartnerContact. getContact()Gets the value of the contact property.ContactPaymentMethodRemittanceInformation. getContact()Gets the value of the contact property.ContactPaymentPartner. getContact()Gets the value of the contact property.ContactPerson. getContact()Gets the value of the contact property.ContactSupervisor. getContact()Gets the value of the contact property.Methods in org.cxml that return types with arguments of type Contact Modifier and Type Method Description java.util.List<Contact>ContractRequestHeader. getContact()Gets the value of the contact property.java.util.List<Contact>Correspondent. getContact()Gets the value of the contact property.java.util.List<Contact>ItemIn. getContact()Gets the value of the contact property.java.util.List<Contact>ItemOut. getContact()Gets the value of the contact property.java.util.List<Contact>MasterAgreementRequestHeader. getContact()Gets the value of the contact property.java.util.List<Contact>OrderRequestHeader. getContact()Gets the value of the contact property.java.util.List<Contact>ProductActivityDetails. getContact()Gets the value of the contact property.java.util.List<Contact>PunchOutSetupRequest. getContact()Gets the value of the contact property.java.util.List<Contact>PurchaseRequisitionHeader. getContact()Gets the value of the contact property.java.util.List<Contact>QuoteItemIn. getContact()Gets the value of the contact property.java.util.List<Contact>QuoteItemOut. getContact()Gets the value of the contact property.java.util.List<Contact>QuoteMessageHeader. getContact()Gets the value of the contact property.java.util.List<Contact>QuoteRequestHeader. getContact()Gets the value of the contact property.java.util.List<Contact>ReferenceDocumentInfo. getContact()Gets the value of the contact property.java.util.List<Contact>Route. getContact()Gets the value of the contact property.Methods in org.cxml with parameters of type Contact Modifier and Type Method Description voidContractor. setContact(Contact value)Sets the value of the contact property.voidOrderMethods. setContact(Contact value)Sets the value of the contact property.voidPartnerContact. setContact(Contact value)Sets the value of the contact property.voidPaymentMethodRemittanceInformation. setContact(Contact value)Sets the value of the contact property.voidPaymentPartner. setContact(Contact value)Sets the value of the contact property.voidPerson. setContact(Contact value)Sets the value of the contact property.voidSupervisor. setContact(Contact value)Sets the value of the contact property.
-