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="2024-11-14T04:42:50Z") public static class DesignConfiguration.ViewConfiguration.View extends java.lang.Object
Java 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 Summary
Fields Modifier and Type Field Description protected ConfigurableElementValues
configurableElementValues
protected java.lang.String
viewRef
-
Constructor Summary
Constructors Constructor Description View()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurableElementValues
getConfigurableElementValues()
Parameter values to set in the selected configuredView.java.lang.String
getViewRef()
Gets the value of the viewRef property.void
setConfigurableElementValues(ConfigurableElementValues value)
Sets the value of the configurableElementValues property.void
setViewRef(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="2024-11-14T04:42:50Z") protected ConfigurableElementValues configurableElementValues
-
viewRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.lang.String viewRef
-
-
Method Detail
-
getConfigurableElementValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") 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="2024-11-14T04:42:50Z") public void setConfigurableElementValues(ConfigurableElementValues value)
Sets the value of the configurableElementValues property.- Parameters:
value
- allowed object isConfigurableElementValues
-
getViewRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") 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="2024-11-14T04:42:50Z") public void setViewRef(java.lang.String value)
Sets the value of the viewRef property.- Parameters:
value
- allowed object isString
-
-