Uses of Class
org.etsi.uri._01903.v1_3.ObjectIdentifier
Packages that use ObjectIdentifier
-
Uses of ObjectIdentifier in org.etsi.uri._01903.v1_3
Fields in org.etsi.uri._01903.v1_3 declared as ObjectIdentifierModifier and TypeFieldDescriptionprotected ObjectIdentifierCommitmentTypeIndication.commitmentTypeIdprotected ObjectIdentifierDataObjectFormat.objectIdentifierprotected ObjectIdentifierSignaturePolicyIdType.sigPolicyIdMethods in org.etsi.uri._01903.v1_3 that return ObjectIdentifierModifier and TypeMethodDescriptionObjectFactory.createObjectIdentifier()Create an instance ofObjectIdentifierCommitmentTypeIndication.getCommitmentTypeId()Gets the value of the commitmentTypeId property.DataObjectFormat.getObjectIdentifier()Gets the value of the objectIdentifier property.SignaturePolicyIdType.getSigPolicyId()Gets the value of the sigPolicyId property.ObjectIdentifier.withDescription(String value) ObjectIdentifier.withDocumentationReferences(DocumentationReferencesType value) ObjectIdentifier.withIdentifier(IdentifierType value) Methods in org.etsi.uri._01903.v1_3 with parameters of type ObjectIdentifierModifier and TypeMethodDescriptionvoidCommitmentTypeIndication.setCommitmentTypeId(ObjectIdentifier value) Sets the value of the commitmentTypeId property.voidDataObjectFormat.setObjectIdentifier(ObjectIdentifier value) Sets the value of the objectIdentifier property.voidSignaturePolicyIdType.setSigPolicyId(ObjectIdentifier value) Sets the value of the sigPolicyId property.CommitmentTypeIndication.withCommitmentTypeId(ObjectIdentifier value) DataObjectFormat.withObjectIdentifier(ObjectIdentifier value) SignaturePolicyIdType.withSigPolicyId(ObjectIdentifier value) Constructors in org.etsi.uri._01903.v1_3 with parameters of type ObjectIdentifierModifierConstructorDescriptionCommitmentTypeIndication(ObjectIdentifier commitmentTypeId, Object allSignedDataObjects, List<String> objectReferences, CommitmentTypeQualifiersListType commitmentTypeQualifiers) Fully-initialising value constructorDataObjectFormat(String description, ObjectIdentifier objectIdentifier, String mimeType, String encoding, String objectReference) Fully-initialising value constructorSignaturePolicyIdType(ObjectIdentifier sigPolicyId, no.digipost.org.w3.xmldsig.Transforms transforms, DigestAlgAndValueType sigPolicyHash, SigPolicyQualifiersListType sigPolicyQualifiers) Fully-initialising value constructor