Class ExtensionType
java.lang.Object
eu.europa.esig.asic.manifest.jaxb.AnyType
eu.europa.esig.asic.manifest.jaxb.ExtensionType
Java class for ExtensionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionType">
<complexContent>
<extension base="{http://uri.etsi.org/02918/v1.2.1#}AnyType">
<attribute name="Critical" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the critical property.voidsetCritical(boolean value) Sets the value of the critical property.Methods inherited from class eu.europa.esig.asic.manifest.jaxb.AnyType
getContent
-
Field Details
-
critical
protected boolean critical
-
-
Constructor Details
-
ExtensionType
public ExtensionType()
-
-
Method Details
-
isCritical
public boolean isCritical()Gets the value of the critical property. -
setCritical
public void setCritical(boolean value) Sets the value of the critical property.
-