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="2025-10-14T04:40:56Z") public static class File.IsIncludeFile extends java.lang.ObjectJava 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.BooleanexternalDeclarationsprotected booleanvalue
-
Constructor Summary
Constructors Constructor Description IsIncludeFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisExternalDeclarations()Gets the value of the externalDeclarations property.booleanisValue()Gets the value of the value property.voidsetExternalDeclarations(java.lang.Boolean value)Sets the value of the externalDeclarations property.voidsetValue(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="2025-10-14T04:40:56Z") protected boolean value
-
externalDeclarations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected java.lang.Boolean externalDeclarations
-
-
Method Detail
-
isValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") 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="2025-10-14T04:40:56Z") 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="2025-10-14T04:40:56Z") 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="2025-10-14T04:40:56Z") public void setExternalDeclarations(java.lang.Boolean value)Sets the value of the externalDeclarations property.- Parameters:
value- allowed object isBoolean
-
-