Uses of Class
org.cxml.OrganizationID
-
Packages that use OrganizationID Package Description org.cxml -
-
Uses of OrganizationID in org.cxml
Fields in org.cxml declared as OrganizationID Modifier and Type Field Description protected OrganizationIDContractRequestHeader. organizationIDprotected OrganizationIDQuoteMessageHeader. organizationIDprotected OrganizationIDSupplierInvitation. organizationIDFields in org.cxml with type parameters of type OrganizationID Modifier and Type Field Description protected java.util.List<OrganizationID>OrganizationDataRequest. organizationIDMethods in org.cxml that return OrganizationID Modifier and Type Method Description OrganizationIDObjectFactory. createOrganizationID()Create an instance ofOrganizationIDOrganizationIDContractRequestHeader. getOrganizationID()Gets the value of the organizationID property.OrganizationIDQuoteMessageHeader. getOrganizationID()Gets the value of the organizationID property.OrganizationIDSupplierInvitation. getOrganizationID()Gets the value of the organizationID property.Methods in org.cxml that return types with arguments of type OrganizationID Modifier and Type Method Description java.util.List<OrganizationID>OrganizationDataRequest. getOrganizationID()Gets the value of the organizationID property.Methods in org.cxml with parameters of type OrganizationID Modifier and Type Method Description voidContractRequestHeader. 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.
-