Class DesignConfiguration.InterconnectionConfiguration.Abstractors.Abstractor
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.DesignConfiguration.InterconnectionConfiguration.Abstractors.Abstractor
-
- Enclosing class:
- DesignConfiguration.InterconnectionConfiguration.Abstractors
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public static class DesignConfiguration.InterconnectionConfiguration.Abstractors.Abstractor 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 name="instanceName" type="{http://www.w3.org/2001/XMLSchema}Name"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}displayName" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}description" minOccurs="0"/> <element name="abstractorRef" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}libraryRefType"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}configurableElementValues" minOccurs="0"/> <element name="viewName" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected LibraryRefTypeabstractorRefprotected ConfigurableElementValuesconfigurableElementValuesprotected java.lang.Stringdescriptionprotected java.lang.StringdisplayNameprotected java.lang.StringinstanceNameprotected java.lang.StringviewName
-
Constructor Summary
Constructors Constructor Description Abstractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LibraryRefTypegetAbstractorRef()Gets the value of the abstractorRef property.ConfigurableElementValuesgetConfigurableElementValues()Gets the value of the configurableElementValues property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetDisplayName()Gets the value of the displayName property.java.lang.StringgetInstanceName()Gets the value of the instanceName property.java.lang.StringgetViewName()Gets the value of the viewName property.voidsetAbstractorRef(LibraryRefType value)Sets the value of the abstractorRef property.voidsetConfigurableElementValues(ConfigurableElementValues value)Sets the value of the configurableElementValues property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetDisplayName(java.lang.String value)Sets the value of the displayName property.voidsetInstanceName(java.lang.String value)Sets the value of the instanceName property.voidsetViewName(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="2026-01-14T04:58:44Z") protected java.lang.String instanceName
-
displayName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") protected java.lang.String displayName
-
description
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") protected java.lang.String description
-
abstractorRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") protected LibraryRefType abstractorRef
-
configurableElementValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") protected ConfigurableElementValues configurableElementValues
-
viewName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") protected java.lang.String viewName
-
-
Method Detail
-
getInstanceName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") 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="2026-01-14T04:58:44Z") 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="2026-01-14T04:58:44Z") 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="2026-01-14T04:58:44Z") 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="2026-01-14T04:58:44Z") 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="2026-01-14T04:58:44Z") 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="2026-01-14T04:58:44Z") public LibraryRefType getAbstractorRef()Gets the value of the abstractorRef property.- Returns:
- possible object is
LibraryRefType
-
setAbstractorRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public void setAbstractorRef(LibraryRefType value)Sets the value of the abstractorRef property.- Parameters:
value- allowed object isLibraryRefType
-
getConfigurableElementValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public ConfigurableElementValues getConfigurableElementValues()Gets the value of the configurableElementValues property.- Returns:
- possible object is
ConfigurableElementValues
-
setConfigurableElementValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public void setConfigurableElementValues(ConfigurableElementValues value)Sets the value of the configurableElementValues property.- Parameters:
value- allowed object isConfigurableElementValues
-
getViewName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") 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="2026-01-14T04:58:44Z") public void setViewName(java.lang.String value)Sets the value of the viewName property.- Parameters:
value- allowed object isString
-
-