Uses of Class
org.etsi.uri._01903.v1_3.ObjectIdentifier
-
Packages that use ObjectIdentifier Package Description org.etsi.uri._01903.v1_3 -
-
Uses of ObjectIdentifier in org.etsi.uri._01903.v1_3
Fields in org.etsi.uri._01903.v1_3 declared as ObjectIdentifier Modifier and Type Field Description protected ObjectIdentifierCommitmentTypeIndication. commitmentTypeIdprotected ObjectIdentifierDataObjectFormat. objectIdentifierprotected ObjectIdentifierSignaturePolicyIdType. sigPolicyIdMethods in org.etsi.uri._01903.v1_3 that return ObjectIdentifier Modifier and Type Method Description ObjectIdentifierObjectFactory. createObjectIdentifier()Create an instance ofObjectIdentifierObjectIdentifierCommitmentTypeIndication. getCommitmentTypeId()Gets the value of the commitmentTypeId property.ObjectIdentifierDataObjectFormat. getObjectIdentifier()Gets the value of the objectIdentifier property.ObjectIdentifierSignaturePolicyIdType. getSigPolicyId()Gets the value of the sigPolicyId property.ObjectIdentifierObjectIdentifier. withDescription(String value)ObjectIdentifierObjectIdentifier. withDocumentationReferences(DocumentationReferencesType value)ObjectIdentifierObjectIdentifier. withIdentifier(IdentifierType value)Methods in org.etsi.uri._01903.v1_3 with parameters of type ObjectIdentifier Modifier and Type Method Description voidCommitmentTypeIndication. 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.CommitmentTypeIndicationCommitmentTypeIndication. withCommitmentTypeId(ObjectIdentifier value)DataObjectFormatDataObjectFormat. withObjectIdentifier(ObjectIdentifier value)SignaturePolicyIdTypeSignaturePolicyIdType. withSigPolicyId(ObjectIdentifier value)Constructors in org.etsi.uri._01903.v1_3 with parameters of type ObjectIdentifier Constructor Description CommitmentTypeIndication(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
-