Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.ContactType
-
Packages that use ContactType Package Description network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of ContactType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as ContactType Modifier and Type Field Description protected ContactTypeCustomerPartyType. accountingContactprotected ContactTypeSupplierPartyType. accountingContactprotected ContactTypeCustomerPartyType. buyerContactprotected ContactTypeDespatchType. contactprotected ContactTypePartyType. contactprotected ContactTypePersonType. contactprotected ContactTypeCustomerPartyType. deliveryContactprotected ContactTypeSupplierPartyType. despatchContactprotected ContactTypeServiceProviderPartyType. sellerContactprotected ContactTypeSupplierPartyType. sellerContactprotected ContactTypeEndorserPartyType. signatoryContactFields in network.oxalis.peppol.ubl2.jaxb.cac with type parameters of type ContactType Modifier and Type Field Description protected List<ContactType>EventType. contactprotected List<ContactType>TransportEventType. contactMethods in network.oxalis.peppol.ubl2.jaxb.cac that return ContactType Modifier and Type Method Description ContactTypeObjectFactory. createContactType()Create an instance ofContactTypeContactTypeCustomerPartyType. getAccountingContact()Gets the value of the accountingContact property.ContactTypeSupplierPartyType. getAccountingContact()Gets the value of the accountingContact property.ContactTypeCustomerPartyType. getBuyerContact()Gets the value of the buyerContact property.ContactTypeDespatchType. getContact()Gets the value of the contact property.ContactTypePartyType. getContact()Gets the value of the contact property.ContactTypePersonType. getContact()Gets the value of the contact property.ContactTypeCustomerPartyType. getDeliveryContact()Gets the value of the deliveryContact property.ContactTypeSupplierPartyType. getDespatchContact()Gets the value of the despatchContact property.ContactTypeServiceProviderPartyType. getSellerContact()Gets the value of the sellerContact property.ContactTypeSupplierPartyType. getSellerContact()Gets the value of the sellerContact property.ContactTypeEndorserPartyType. getSignatoryContact()Gets the value of the signatoryContact property.Methods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type ContactType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ContactType>ObjectFactory. createAccountingContact(ContactType value)jakarta.xml.bind.JAXBElement<ContactType>ObjectFactory. createBuyerContact(ContactType value)jakarta.xml.bind.JAXBElement<ContactType>ObjectFactory. createContact(ContactType value)jakarta.xml.bind.JAXBElement<ContactType>ObjectFactory. createDeliveryContact(ContactType value)jakarta.xml.bind.JAXBElement<ContactType>ObjectFactory. createDespatchContact(ContactType value)jakarta.xml.bind.JAXBElement<ContactType>ObjectFactory. createSellerContact(ContactType value)jakarta.xml.bind.JAXBElement<ContactType>ObjectFactory. createSignatoryContact(ContactType value)List<ContactType>EventType. getContact()Gets the value of the contact property.List<ContactType>TransportEventType. getContact()Gets the value of the contact property.Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type ContactType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ContactType>ObjectFactory. createAccountingContact(ContactType value)jakarta.xml.bind.JAXBElement<ContactType>ObjectFactory. createBuyerContact(ContactType value)jakarta.xml.bind.JAXBElement<ContactType>ObjectFactory. createContact(ContactType value)jakarta.xml.bind.JAXBElement<ContactType>ObjectFactory. createDeliveryContact(ContactType value)jakarta.xml.bind.JAXBElement<ContactType>ObjectFactory. createDespatchContact(ContactType value)jakarta.xml.bind.JAXBElement<ContactType>ObjectFactory. createSellerContact(ContactType value)jakarta.xml.bind.JAXBElement<ContactType>ObjectFactory. createSignatoryContact(ContactType value)voidCustomerPartyType. setAccountingContact(ContactType value)Sets the value of the accountingContact property.voidSupplierPartyType. setAccountingContact(ContactType value)Sets the value of the accountingContact property.voidCustomerPartyType. setBuyerContact(ContactType value)Sets the value of the buyerContact property.voidDespatchType. setContact(ContactType value)Sets the value of the contact property.voidPartyType. setContact(ContactType value)Sets the value of the contact property.voidPersonType. setContact(ContactType value)Sets the value of the contact property.voidCustomerPartyType. setDeliveryContact(ContactType value)Sets the value of the deliveryContact property.voidSupplierPartyType. setDespatchContact(ContactType value)Sets the value of the despatchContact property.voidServiceProviderPartyType. setSellerContact(ContactType value)Sets the value of the sellerContact property.voidSupplierPartyType. setSellerContact(ContactType value)Sets the value of the sellerContact property.voidEndorserPartyType. setSignatoryContact(ContactType value)Sets the value of the signatoryContact property.
-