Package org.accellera.IPXACT_1685_2014
Class DesignConfiguration.ViewConfiguration.View
- java.lang.Object
- 
- org.accellera.IPXACT_1685_2014.DesignConfiguration.ViewConfiguration.View
 
- 
- Enclosing class:
- DesignConfiguration.ViewConfiguration
 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public static class DesignConfiguration.ViewConfiguration.View 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}configurableElementValues" minOccurs="0"/> </sequence> <attribute name="viewRef" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected ConfigurableElementValuesconfigurableElementValuesprotected java.lang.StringviewRef
 - 
Constructor SummaryConstructors Constructor Description View()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurableElementValuesgetConfigurableElementValues()Parameter values to set in the selected configuredView.java.lang.StringgetViewRef()Gets the value of the viewRef property.voidsetConfigurableElementValues(ConfigurableElementValues value)Sets the value of the configurableElementValues property.voidsetViewRef(java.lang.String value)Sets the value of the viewRef property.
 
- 
- 
- 
Field Detail- 
configurableElementValues@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected ConfigurableElementValues configurableElementValues
 - 
viewRef@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String viewRef
 
- 
 - 
Method Detail- 
getConfigurableElementValues@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public ConfigurableElementValues getConfigurableElementValues()Parameter values to set in the selected configuredView.- Returns:
- possible object is
     ConfigurableElementValues
 
 - 
setConfigurableElementValues@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setConfigurableElementValues(ConfigurableElementValues value)Sets the value of the configurableElementValues property.- Parameters:
- value- allowed object is- ConfigurableElementValues
 
 - 
getViewRef@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public java.lang.String getViewRef()Gets the value of the viewRef property.- Returns:
- possible object is
     String
 
 - 
setViewRef@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setViewRef(java.lang.String value)Sets the value of the viewRef property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-