java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.ExtensionType

public class ExtensionType extends Object

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 Details

  • Constructor Details

    • ExtensionType

      public ExtensionType()
  • Method Details

    • getExtnId

      public ObjectIdentifierType getExtnId()
      Gets the value of the extnId property.
      Returns:
      possible object is ObjectIdentifierType
    • setExtnId

      public void setExtnId(ObjectIdentifierType value)
      Sets the value of the extnId property.
      Parameters:
      value - allowed object is ObjectIdentifierType
    • 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

      public AnyType getExtnValue()
      Gets the value of the extnValue property.
      Returns:
      possible object is AnyType
    • setExtnValue

      public void setExtnValue(AnyType value)
      Sets the value of the extnValue property.
      Parameters:
      value - allowed object is AnyType
    • getExtensionOK

      public VerificationResultType getExtensionOK()
      Gets the value of the extensionOK property.
      Returns:
      possible object is VerificationResultType
    • setExtensionOK

      public void setExtensionOK(VerificationResultType value)
      Sets the value of the extensionOK property.
      Parameters:
      value - allowed object is VerificationResultType