com.eu.miscedautils.ipxact.Design
Class Design

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Design.Design

public class Design
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>
         <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}versionedIdentifier"/>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}componentInstances" minOccurs="0"/>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}interconnections" minOccurs="0"/>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}adHocConnections" minOccurs="0"/>
         <element name="hierConnections" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="hierConnection" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="interface" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}interface"/>
                             <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/>
                           </sequence>
                           <attribute name="interfaceRef" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}description" minOccurs="0"/>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Design.HierConnections
          Java class for anonymous complex type.
 
Constructor Summary
Design()
           
 
Method Summary
 AdHocConnections getAdHocConnections()
          Gets the value of the adHocConnections property.
 ComponentInstances getComponentInstances()
          Gets the value of the componentInstances property.
 java.lang.String getDescription()
          Gets the value of the description property.
 Design.HierConnections getHierConnections()
          Gets the value of the hierConnections property.
 Interconnections getInterconnections()
          Gets the value of the interconnections property.
 java.lang.String getLibrary()
          Gets the value of the library property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getVendor()
          Gets the value of the vendor property.
 VendorExtensions getVendorExtensions()
          Gets the value of the vendorExtensions property.
 java.lang.String getVersion()
          Gets the value of the version property.
 void setAdHocConnections(AdHocConnections value)
          Sets the value of the adHocConnections property.
 void setComponentInstances(ComponentInstances value)
          Sets the value of the componentInstances property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setHierConnections(Design.HierConnections value)
          Sets the value of the hierConnections property.
 void setInterconnections(Interconnections value)
          Sets the value of the interconnections property.
 void setLibrary(java.lang.String value)
          Sets the value of the library property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setVendor(java.lang.String value)
          Sets the value of the vendor property.
 void setVendorExtensions(VendorExtensions value)
          Sets the value of the vendorExtensions property.
 void setVersion(java.lang.String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Design

public Design()
Method Detail

getVendor

public java.lang.String getVendor()
Gets the value of the vendor property.

Returns:
possible object is String

setVendor

public void setVendor(java.lang.String value)
Sets the value of the vendor property.

Parameters:
value - allowed object is String

getLibrary

public java.lang.String getLibrary()
Gets the value of the library property.

Returns:
possible object is String

setLibrary

public void setLibrary(java.lang.String value)
Sets the value of the library property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getVersion

public java.lang.String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(java.lang.String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getComponentInstances

public ComponentInstances getComponentInstances()
Gets the value of the componentInstances property.

Returns:
possible object is ComponentInstances

setComponentInstances

public void setComponentInstances(ComponentInstances value)
Sets the value of the componentInstances property.

Parameters:
value - allowed object is ComponentInstances

getInterconnections

public Interconnections getInterconnections()
Gets the value of the interconnections property.

Returns:
possible object is Interconnections

setInterconnections

public void setInterconnections(Interconnections value)
Sets the value of the interconnections property.

Parameters:
value - allowed object is Interconnections

getAdHocConnections

public AdHocConnections getAdHocConnections()
Gets the value of the adHocConnections property.

Returns:
possible object is AdHocConnections

setAdHocConnections

public void setAdHocConnections(AdHocConnections value)
Sets the value of the adHocConnections property.

Parameters:
value - allowed object is AdHocConnections

getHierConnections

public Design.HierConnections getHierConnections()
Gets the value of the hierConnections property.

Returns:
possible object is Design.HierConnections

setHierConnections

public void setHierConnections(Design.HierConnections value)
Sets the value of the hierConnections property.

Parameters:
value - allowed object is Design.HierConnections

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getVendorExtensions

public VendorExtensions getVendorExtensions()
Gets the value of the vendorExtensions property.

Returns:
possible object is VendorExtensions

setVendorExtensions

public void setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property.

Parameters:
value - allowed object is VendorExtensions