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="2024-11-14T04:42:50Z") public static class DesignConfiguration.ViewConfiguration 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}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 Summary
Nested Classes Modifier and Type Class Description static class
DesignConfiguration.ViewConfiguration.View
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
id
protected java.lang.String
instanceName
protected UnsignedBitExpression
isPresent
protected DesignConfiguration.ViewConfiguration.View
view
-
Constructor Summary
Constructors Constructor Description ViewConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
Gets the value of the id property.java.lang.String
getInstanceName()
Gets the value of the instanceName property.UnsignedBitExpression
getIsPresent()
Gets the value of the isPresent property.DesignConfiguration.ViewConfiguration.View
getView()
Gets the value of the view property.void
setId(java.lang.String value)
Sets the value of the id property.void
setInstanceName(java.lang.String value)
Sets the value of the instanceName property.void
setIsPresent(UnsignedBitExpression value)
Sets the value of the isPresent property.void
setView(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="2024-11-14T04:42:50Z") protected java.lang.String instanceName
-
isPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected UnsignedBitExpression isPresent
-
view
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected DesignConfiguration.ViewConfiguration.View view
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.lang.String id
-
-
Method Detail
-
getInstanceName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") 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="2024-11-14T04:42:50Z") public void setInstanceName(java.lang.String value)
Sets the value of the instanceName property.- Parameters:
value
- allowed object isString
-
getIsPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") 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="2024-11-14T04:42:50Z") public void setIsPresent(UnsignedBitExpression value)
Sets the value of the isPresent property.- Parameters:
value
- allowed object isUnsignedBitExpression
-
getView
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") 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="2024-11-14T04:42:50Z") public void setView(DesignConfiguration.ViewConfiguration.View value)
Sets the value of the view property.- Parameters:
value
- allowed object isDesignConfiguration.ViewConfiguration.View
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") 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="2024-11-14T04:42:50Z") public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
-