Class ExtensionType
java.lang.Object
eu.europa.esig.asic.manifest.jaxb.AnyType
eu.europa.esig.asic.manifest.jaxb.ExtensionType
- All Implemented Interfaces:
Serializable
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>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the critical property.void
setCritical
(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.
-