Package org.accellera.IPXACT_1685_2014
Class DesignConfiguration.ViewConfiguration
- java.lang.Object
- 
- org.accellera.IPXACT_1685_2014.DesignConfiguration.ViewConfiguration
 
- 
- Enclosing class:
- DesignConfiguration
 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public static class DesignConfiguration.ViewConfiguration extends java.lang.ObjectJava class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}instanceName"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}isPresent" minOccurs="0"/> <element name="view"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}configurableElementValues" minOccurs="0"/> </sequence> <attribute name="viewRef" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> </restriction> </complexContent> </complexType> </element> </sequence> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> </restriction> </complexContent> </complexType>
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDesignConfiguration.ViewConfiguration.ViewJava class for anonymous complex type.
 - 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringidprotected java.lang.StringinstanceNameprotected UnsignedBitExpressionisPresentprotected DesignConfiguration.ViewConfiguration.Viewview
 - 
Constructor SummaryConstructors Constructor Description ViewConfiguration()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetInstanceName()Gets the value of the instanceName property.UnsignedBitExpressiongetIsPresent()Gets the value of the isPresent property.DesignConfiguration.ViewConfiguration.ViewgetView()Gets the value of the view property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetInstanceName(java.lang.String value)Sets the value of the instanceName property.voidsetIsPresent(UnsignedBitExpression value)Sets the value of the isPresent property.voidsetView(DesignConfiguration.ViewConfiguration.View value)Sets the value of the view property.
 
- 
- 
- 
Field Detail- 
instanceName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String instanceName
 - 
isPresent@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected UnsignedBitExpression isPresent
 - 
view@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected DesignConfiguration.ViewConfiguration.View view
 - 
id@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String id
 
- 
 - 
Method Detail- 
getInstanceName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public java.lang.String getInstanceName()Gets the value of the instanceName property.- Returns:
- possible object is
     String
 
 - 
setInstanceName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setInstanceName(java.lang.String value)Sets the value of the instanceName property.- Parameters:
- value- allowed object is- String
 
 - 
getIsPresent@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public UnsignedBitExpression getIsPresent()Gets the value of the isPresent property.- Returns:
- possible object is
     UnsignedBitExpression
 
 - 
setIsPresent@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setIsPresent(UnsignedBitExpression value)Sets the value of the isPresent property.- Parameters:
- value- allowed object is- UnsignedBitExpression
 
 - 
getView@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public DesignConfiguration.ViewConfiguration.View getView()Gets the value of the view property.- Returns:
- possible object is
     DesignConfiguration.ViewConfiguration.View
 
 - 
setView@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setView(DesignConfiguration.ViewConfiguration.View value)Sets the value of the view property.- Parameters:
- value- allowed object is- DesignConfiguration.ViewConfiguration.View
 
 - 
getId@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public java.lang.String getId()Gets the value of the id property.- Returns:
- possible object is
     String
 
 - 
setId@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-