Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.ContractType
-
Packages that use ContractType Package Description network.oxalis.peppol.ubl2.jaxb network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of ContractType in network.oxalis.peppol.ubl2.jaxb
Fields in network.oxalis.peppol.ubl2.jaxb declared as ContractType Modifier and Type Field Description protected ContractTypeTransportExecutionPlanRequestType. transportContractprotected ContractTypeTransportExecutionPlanType. transportContractFields in network.oxalis.peppol.ubl2.jaxb with type parameters of type ContractType Modifier and Type Field Description protected List<ContractType>FulfilmentCancellationType. contractprotected List<ContractType>OrderCancellationType. contractprotected List<ContractType>OrderChangeType. contractprotected List<ContractType>OrderResponseType. contractprotected List<ContractType>OrderType. contractprotected List<ContractType>QuotationType. contractprotected List<ContractType>RequestForQuotationType. contractprotected List<ContractType>CatalogueDeletionType. referencedContractprotected List<ContractType>CatalogueItemSpecificationUpdateType. referencedContractprotected List<ContractType>CataloguePricingUpdateType. referencedContractprotected List<ContractType>CatalogueRequestType. referencedContractprotected List<ContractType>CatalogueType. referencedContractMethods in network.oxalis.peppol.ubl2.jaxb that return ContractType Modifier and Type Method Description ContractTypeTransportExecutionPlanRequestType. getTransportContract()Gets the value of the transportContract property.ContractTypeTransportExecutionPlanType. getTransportContract()Gets the value of the transportContract property.Methods in network.oxalis.peppol.ubl2.jaxb that return types with arguments of type ContractType Modifier and Type Method Description List<ContractType>FulfilmentCancellationType. getContract()Gets the value of the contract property.List<ContractType>OrderCancellationType. getContract()Gets the value of the contract property.List<ContractType>OrderChangeType. getContract()Gets the value of the contract property.List<ContractType>OrderResponseType. getContract()Gets the value of the contract property.List<ContractType>OrderType. getContract()Gets the value of the contract property.List<ContractType>QuotationType. getContract()Gets the value of the contract property.List<ContractType>RequestForQuotationType. getContract()Gets the value of the contract property.List<ContractType>CatalogueDeletionType. getReferencedContract()Gets the value of the referencedContract property.List<ContractType>CatalogueItemSpecificationUpdateType. getReferencedContract()Gets the value of the referencedContract property.List<ContractType>CataloguePricingUpdateType. getReferencedContract()Gets the value of the referencedContract property.List<ContractType>CatalogueRequestType. getReferencedContract()Gets the value of the referencedContract property.List<ContractType>CatalogueType. getReferencedContract()Gets the value of the referencedContract property.Methods in network.oxalis.peppol.ubl2.jaxb with parameters of type ContractType Modifier and Type Method Description voidTransportExecutionPlanRequestType. setTransportContract(ContractType value)Sets the value of the transportContract property.voidTransportExecutionPlanType. setTransportContract(ContractType value)Sets the value of the transportContract property. -
Uses of ContractType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as ContractType Modifier and Type Field Description protected ContractTypeSupplierConsumptionType. contractprotected ContractTypeTenderResultType. contractprotected ContractTypeUtilityItemType. contractprotected ContractTypeExchangeRateType. foreignExchangeContractprotected ContractTypeConsignmentType. transportContractMethods in network.oxalis.peppol.ubl2.jaxb.cac that return ContractType Modifier and Type Method Description ContractTypeObjectFactory. createContractType()Create an instance ofContractTypeContractTypeSupplierConsumptionType. getContract()Gets the value of the contract property.ContractTypeTenderResultType. getContract()Gets the value of the contract property.ContractTypeUtilityItemType. getContract()Gets the value of the contract property.ContractTypeExchangeRateType. getForeignExchangeContract()Gets the value of the foreignExchangeContract property.ContractTypeConsignmentType. getTransportContract()Gets the value of the transportContract property.Methods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type ContractType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ContractType>ObjectFactory. createContract(ContractType value)jakarta.xml.bind.JAXBElement<ContractType>ObjectFactory. createForeignExchangeContract(ContractType value)jakarta.xml.bind.JAXBElement<ContractType>ObjectFactory. createReferencedContract(ContractType value)jakarta.xml.bind.JAXBElement<ContractType>ObjectFactory. createTransportContract(ContractType value)Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type ContractType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ContractType>ObjectFactory. createContract(ContractType value)jakarta.xml.bind.JAXBElement<ContractType>ObjectFactory. createForeignExchangeContract(ContractType value)jakarta.xml.bind.JAXBElement<ContractType>ObjectFactory. createReferencedContract(ContractType value)jakarta.xml.bind.JAXBElement<ContractType>ObjectFactory. createTransportContract(ContractType value)voidSupplierConsumptionType. setContract(ContractType value)Sets the value of the contract property.voidTenderResultType. setContract(ContractType value)Sets the value of the contract property.voidUtilityItemType. setContract(ContractType value)Sets the value of the contract property.voidExchangeRateType. setForeignExchangeContract(ContractType value)Sets the value of the foreignExchangeContract property.voidConsignmentType. setTransportContract(ContractType value)Sets the value of the transportContract property.
-