Class File.IsIncludeFile
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.File.IsIncludeFile
-
- Enclosing class:
- File
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public static class File.IsIncludeFile extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>boolean"> <attribute name="externalDeclarations" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Boolean
externalDeclarations
protected boolean
value
-
Constructor Summary
Constructors Constructor Description IsIncludeFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isExternalDeclarations()
Gets the value of the externalDeclarations property.boolean
isValue()
Gets the value of the value property.void
setExternalDeclarations(java.lang.Boolean value)
Sets the value of the externalDeclarations property.void
setValue(boolean value)
Sets the value of the value property.
-
-
-
Field Detail
-
value
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected boolean value
-
externalDeclarations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.Boolean externalDeclarations
-
-
Method Detail
-
isValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public boolean isValue()
Gets the value of the value property.
-
setValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setValue(boolean value)
Sets the value of the value property.
-
isExternalDeclarations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public boolean isExternalDeclarations()
Gets the value of the externalDeclarations property.- Returns:
- possible object is
Boolean
-
setExternalDeclarations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setExternalDeclarations(java.lang.Boolean value)
Sets the value of the externalDeclarations property.- Parameters:
value
- allowed object isBoolean
-
-