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 v3.0.2", date="2025-10-14T04:40:54Z") 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 SummaryFields Modifier and Type Field Description protected java.lang.BooleanexternalDeclarationsprotected booleanvalue
 - 
Constructor SummaryConstructors Constructor Description IsIncludeFile()
 - 
Method SummaryAll 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 v3.0.2", date="2025-10-14T04:40:54Z") protected boolean value
 - 
externalDeclarations@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.Boolean externalDeclarations
 
- 
 - 
Method Detail- 
isValue@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setExternalDeclarations(java.lang.Boolean value)Sets the value of the externalDeclarations property.- Parameters:
- value- allowed object is- Boolean
 
 
- 
 
-