Uses of Class
network.oxalis.peppol.ubl2.jaxb.xades.v1_3.ObjectIdentifierType
-
Packages that use ObjectIdentifierType Package Description network.oxalis.peppol.ubl2.jaxb.xades.v1_3 -
-
Uses of ObjectIdentifierType in network.oxalis.peppol.ubl2.jaxb.xades.v1_3
Fields in network.oxalis.peppol.ubl2.jaxb.xades.v1_3 declared as ObjectIdentifierType Modifier and Type Field Description protected ObjectIdentifierTypeCommitmentTypeIndicationType. commitmentTypeIdprotected ObjectIdentifierTypeDataObjectFormatType. objectIdentifierprotected ObjectIdentifierTypeSignaturePolicyIdType. sigPolicyIdMethods in network.oxalis.peppol.ubl2.jaxb.xades.v1_3 that return ObjectIdentifierType Modifier and Type Method Description ObjectIdentifierTypeObjectFactory. createObjectIdentifierType()Create an instance ofObjectIdentifierTypeObjectIdentifierTypeCommitmentTypeIndicationType. getCommitmentTypeId()Gets the value of the commitmentTypeId property.ObjectIdentifierTypeDataObjectFormatType. getObjectIdentifier()Gets the value of the objectIdentifier property.ObjectIdentifierTypeSignaturePolicyIdType. getSigPolicyId()Gets the value of the sigPolicyId property.Methods in network.oxalis.peppol.ubl2.jaxb.xades.v1_3 that return types with arguments of type ObjectIdentifierType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ObjectIdentifierType>ObjectFactory. createObjectIdentifier(ObjectIdentifierType value)Methods in network.oxalis.peppol.ubl2.jaxb.xades.v1_3 with parameters of type ObjectIdentifierType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ObjectIdentifierType>ObjectFactory. createObjectIdentifier(ObjectIdentifierType value)voidCommitmentTypeIndicationType. setCommitmentTypeId(ObjectIdentifierType value)Sets the value of the commitmentTypeId property.voidDataObjectFormatType. setObjectIdentifier(ObjectIdentifierType value)Sets the value of the objectIdentifier property.voidSignaturePolicyIdType. setSigPolicyId(ObjectIdentifierType value)Sets the value of the sigPolicyId property.
-