Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.ClauseType
-
Packages that use ClauseType Package Description network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of ClauseType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac with type parameters of type ClauseType Modifier and Type Field Description protected List<ClauseType>PaymentMandateType. clauseprotected List<ClauseType>TradeFinancingType. clauseprotected List<ClauseType>TenderingTermsType. penaltyClauseMethods in network.oxalis.peppol.ubl2.jaxb.cac that return ClauseType Modifier and Type Method Description ClauseTypeObjectFactory. createClauseType()Create an instance ofClauseTypeMethods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type ClauseType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ClauseType>ObjectFactory. createClause(ClauseType value)jakarta.xml.bind.JAXBElement<ClauseType>ObjectFactory. createPenaltyClause(ClauseType value)List<ClauseType>PaymentMandateType. getClause()Gets the value of the clause property.List<ClauseType>TradeFinancingType. getClause()Gets the value of the clause property.List<ClauseType>TenderingTermsType. getPenaltyClause()Gets the value of the penaltyClause property.Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type ClauseType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ClauseType>ObjectFactory. createClause(ClauseType value)jakarta.xml.bind.JAXBElement<ClauseType>ObjectFactory. createPenaltyClause(ClauseType value)
-