com.eu.miscedautils.ipxact.DesignConfig
Class DesignConfiguration.InterconnectionConfiguration

java.lang.Object
  extended by com.eu.miscedautils.ipxact.DesignConfig.DesignConfiguration.InterconnectionConfiguration
Enclosing class:
DesignConfiguration

public static class DesignConfiguration.InterconnectionConfiguration
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="interconnectionRef" type="{http://www.w3.org/2001/XMLSchema}Name"/>
         <element name="abstractors">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="abstractor" maxOccurs="unbounded">
                     <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>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class DesignConfiguration.InterconnectionConfiguration.Abstractors
          Java class for anonymous complex type.
 
Constructor Summary
DesignConfiguration.InterconnectionConfiguration()
           
 
Method Summary
 DesignConfiguration.InterconnectionConfiguration.Abstractors getAbstractors()
          Gets the value of the abstractors property.
 java.lang.String getInterconnectionRef()
          Gets the value of the interconnectionRef property.
 void setAbstractors(DesignConfiguration.InterconnectionConfiguration.Abstractors value)
          Sets the value of the abstractors property.
 void setInterconnectionRef(java.lang.String value)
          Sets the value of the interconnectionRef property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignConfiguration.InterconnectionConfiguration

public DesignConfiguration.InterconnectionConfiguration()
Method Detail

getInterconnectionRef

public java.lang.String getInterconnectionRef()
Gets the value of the interconnectionRef property.

Returns:
possible object is String

setInterconnectionRef

public void setInterconnectionRef(java.lang.String value)
Sets the value of the interconnectionRef property.

Parameters:
value - allowed object is String

getAbstractors

public DesignConfiguration.InterconnectionConfiguration.Abstractors getAbstractors()
Gets the value of the abstractors property.

Returns:
possible object is DesignConfiguration.InterconnectionConfiguration.Abstractors

setAbstractors

public void setAbstractors(DesignConfiguration.InterconnectionConfiguration.Abstractors value)
Sets the value of the abstractors property.

Parameters:
value - allowed object is DesignConfiguration.InterconnectionConfiguration.Abstractors