Enum Class ObjectIdentifierQualifier

java.lang.Object
java.lang.Enum<ObjectIdentifierQualifier>
eu.europa.esig.dss.enumerations.ObjectIdentifierQualifier
All Implemented Interfaces:
Serializable, Comparable<ObjectIdentifierQualifier>, Constable

public enum ObjectIdentifierQualifier extends Enum<ObjectIdentifierQualifier>
Declares type of the defines identifier Used in XAdES
                
 			<xsd:simpleType name="QualifierType">
 				<xsd:restriction base="xsd:string">
 					<xsd:enumeration value="OIDAsURI"/>
 					<xsd:enumeration value="OIDAsURN"/>
 				</xsd:restriction>
 			</xsd:simpleType>