com.eu.miscedautils.ipxact.Design
Class Design.HierConnections.HierConnection

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Design.Design.HierConnections.HierConnection
Enclosing class:
Design.HierConnections

public static class Design.HierConnections.HierConnection
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="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>
 


Constructor Summary
Design.HierConnections.HierConnection()
           
 
Method Summary
 Interface getInterface()
          Gets the value of the interface property.
 java.lang.String getInterfaceRef()
          Gets the value of the interfaceRef property.
 VendorExtensions getVendorExtensions()
          Gets the value of the vendorExtensions property.
 void setInterface(Interface value)
          Sets the value of the interface property.
 void setInterfaceRef(java.lang.String value)
          Sets the value of the interfaceRef property.
 void setVendorExtensions(VendorExtensions value)
          Sets the value of the vendorExtensions property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Design.HierConnections.HierConnection

public Design.HierConnections.HierConnection()
Method Detail

getInterface

public Interface getInterface()
Gets the value of the interface property.

Returns:
possible object is Interface

setInterface

public void setInterface(Interface value)
Sets the value of the interface property.

Parameters:
value - allowed object is Interface

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

getInterfaceRef

public java.lang.String getInterfaceRef()
Gets the value of the interfaceRef property.

Returns:
possible object is String

setInterfaceRef

public void setInterfaceRef(java.lang.String value)
Sets the value of the interfaceRef property.

Parameters:
value - allowed object is String