Class ExtensionType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.ExtensionType
Java class for ExtensionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ExtnId" type="{http://uri.etsi.org/01903/v1.3.2#}ObjectIdentifierType"/>
<element name="Critical" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ExtnValue" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType" minOccurs="0"/>
<element name="ExtensionOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected VerificationResultTypeprotected ObjectIdentifierTypeprotected AnyType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensionOK property.Gets the value of the extnId property.Gets the value of the extnValue property.booleanGets the value of the critical property.voidsetCritical(boolean value) Sets the value of the critical property.voidSets the value of the extensionOK property.voidsetExtnId(ObjectIdentifierType value) Sets the value of the extnId property.voidsetExtnValue(AnyType value) Sets the value of the extnValue property.
-
Field Details
-
extnId
-
critical
protected boolean critical -
extnValue
-
extensionOK
-
-
Constructor Details
-
ExtensionType
public ExtensionType()
-
-
Method Details
-
getExtnId
Gets the value of the extnId property.- Returns:
- possible object is
ObjectIdentifierType
-
setExtnId
Sets the value of the extnId property.- Parameters:
value- allowed object isObjectIdentifierType
-
isCritical
public boolean isCritical()Gets the value of the critical property. -
setCritical
public void setCritical(boolean value) Sets the value of the critical property. -
getExtnValue
Gets the value of the extnValue property.- Returns:
- possible object is
AnyType
-
setExtnValue
Sets the value of the extnValue property.- Parameters:
value- allowed object isAnyType
-
getExtensionOK
Gets the value of the extensionOK property.- Returns:
- possible object is
VerificationResultType
-
setExtensionOK
Sets the value of the extensionOK property.- Parameters:
value- allowed object isVerificationResultType
-