Package org.accellera.IPXACT_1685_2014
Class File.IsIncludeFile
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.File.IsIncludeFile
-
- Enclosing class:
- File
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") 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 v2.3.8", date="2024-11-14T04:42:42Z") protected boolean value
-
externalDeclarations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected java.lang.Boolean externalDeclarations
-
-
Method Detail
-
isValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public boolean isValue()
Gets the value of the value property.
-
setValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public void setValue(boolean value)
Sets the value of the value property.
-
isExternalDeclarations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") 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 v2.3.8", date="2024-11-14T04:42:42Z") public void setExternalDeclarations(java.lang.Boolean value)
Sets the value of the externalDeclarations property.- Parameters:
value
- allowed object isBoolean
-
-