Uses of Class
org.cxml.OrganizationID
Packages that use OrganizationID
-
Uses of OrganizationID in org.cxml
Fields in org.cxml declared as OrganizationIDModifier and TypeFieldDescriptionprotected OrganizationIDContractRequestHeader.organizationIDprotected OrganizationIDQuoteMessageHeader.organizationIDprotected OrganizationIDSupplierInvitation.organizationIDFields in org.cxml with type parameters of type OrganizationIDModifier and TypeFieldDescriptionprotected List<OrganizationID>OrganizationDataRequest.organizationIDMethods in org.cxml that return OrganizationIDModifier and TypeMethodDescriptionObjectFactory.createOrganizationID()Create an instance ofOrganizationIDContractRequestHeader.getOrganizationID()Gets the value of the organizationID property.QuoteMessageHeader.getOrganizationID()Gets the value of the organizationID property.SupplierInvitation.getOrganizationID()Gets the value of the organizationID property.Methods in org.cxml that return types with arguments of type OrganizationIDModifier and TypeMethodDescriptionOrganizationDataRequest.getOrganizationID()Gets the value of the organizationID property.Methods in org.cxml with parameters of type OrganizationIDModifier and TypeMethodDescriptionvoidContractRequestHeader.setOrganizationID(OrganizationID value) Sets the value of the organizationID property.voidQuoteMessageHeader.setOrganizationID(OrganizationID value) Sets the value of the organizationID property.voidSupplierInvitation.setOrganizationID(OrganizationID value) Sets the value of the organizationID property.