Uses of Class
eu.europa.esig.xades.jaxb.xades132.ObjectIdentifierType
| Package | Description |
|---|---|
| eu.europa.esig.xades.jaxb.xades132 |
-
Uses of ObjectIdentifierType in eu.europa.esig.xades.jaxb.xades132
Fields in eu.europa.esig.xades.jaxb.xades132 declared as ObjectIdentifierType Modifier and Type Field Description protected ObjectIdentifierTypeCommitmentTypeIndicationType. commitmentTypeIdprotected ObjectIdentifierTypeDataObjectFormatType. objectIdentifierprotected ObjectIdentifierTypeSignaturePolicyIdType. sigPolicyIdMethods in eu.europa.esig.xades.jaxb.xades132 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 eu.europa.esig.xades.jaxb.xades132 that return types with arguments of type ObjectIdentifierType Modifier and Type Method Description JAXBElement<ObjectIdentifierType>ObjectFactory. createObjectIdentifier(ObjectIdentifierType value)Methods in eu.europa.esig.xades.jaxb.xades132 with parameters of type ObjectIdentifierType Modifier and Type Method Description 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.