Package org.accellera.IPXACT_1685_2014
Class DesignConfiguration.InterconnectionConfiguration.AbstractorInstances.AbstractorInstance
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.DesignConfiguration.InterconnectionConfiguration.AbstractorInstances.AbstractorInstance
-
- Enclosing class:
- DesignConfiguration.InterconnectionConfiguration.AbstractorInstances
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public static class DesignConfiguration.InterconnectionConfiguration.AbstractorInstances.AbstractorInstance 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 name="instanceName" type="{http://www.w3.org/2001/XMLSchema}Name"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}displayName" minOccurs="0"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}description" minOccurs="0"/> <element name="abstractorRef" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}configurableLibraryRefType"/> <element name="viewName" type="{http://www.w3.org/2001/XMLSchema}Name"/> </sequence> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ConfigurableLibraryRefType
abstractorRef
protected java.lang.String
description
protected java.lang.String
displayName
protected java.lang.String
id
protected java.lang.String
instanceName
protected java.lang.String
viewName
-
Constructor Summary
Constructors Constructor Description AbstractorInstance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurableLibraryRefType
getAbstractorRef()
Gets the value of the abstractorRef property.java.lang.String
getDescription()
Gets the value of the description property.java.lang.String
getDisplayName()
Gets the value of the displayName property.java.lang.String
getId()
Gets the value of the id property.java.lang.String
getInstanceName()
Gets the value of the instanceName property.java.lang.String
getViewName()
Gets the value of the viewName property.void
setAbstractorRef(ConfigurableLibraryRefType value)
Sets the value of the abstractorRef property.void
setDescription(java.lang.String value)
Sets the value of the description property.void
setDisplayName(java.lang.String value)
Sets the value of the displayName 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
setViewName(java.lang.String value)
Sets the value of the viewName property.
-
-
-
Field Detail
-
instanceName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String instanceName
-
displayName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String displayName
-
description
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String description
-
abstractorRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected ConfigurableLibraryRefType abstractorRef
-
viewName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String viewName
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") 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:51Z") 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:51Z") public void setInstanceName(java.lang.String value)
Sets the value of the instanceName property.- Parameters:
value
- allowed object isString
-
getDisplayName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.lang.String getDisplayName()
Gets the value of the displayName property.- Returns:
- possible object is
String
-
setDisplayName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.- Parameters:
value
- allowed object isString
-
getDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getAbstractorRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public ConfigurableLibraryRefType getAbstractorRef()
Gets the value of the abstractorRef property.- Returns:
- possible object is
ConfigurableLibraryRefType
-
setAbstractorRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setAbstractorRef(ConfigurableLibraryRefType value)
Sets the value of the abstractorRef property.- Parameters:
value
- allowed object isConfigurableLibraryRefType
-
getViewName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.lang.String getViewName()
Gets the value of the viewName property.- Returns:
- possible object is
String
-
setViewName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setViewName(java.lang.String value)
Sets the value of the viewName property.- Parameters:
value
- allowed object isString
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") 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:51Z") public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
-