com.eu.miscedautils.ipxact.Component
Class AbstractorBusInterfaceType.PortMaps.PortMap.PhysicalPort

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Component.AbstractorBusInterfaceType.PortMaps.PortMap.PhysicalPort
Enclosing class:
AbstractorBusInterfaceType.PortMaps.PortMap

public static class AbstractorBusInterfaceType.PortMaps.PortMap.PhysicalPort
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="name" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}portName"/>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vector" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractorBusInterfaceType.PortMaps.PortMap.PhysicalPort()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 Vector getVector()
          Gets the value of the vector property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setVector(Vector value)
          Sets the value of the vector property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractorBusInterfaceType.PortMaps.PortMap.PhysicalPort

public AbstractorBusInterfaceType.PortMaps.PortMap.PhysicalPort()
Method Detail

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

getVector

public Vector getVector()
Gets the value of the vector property.

Returns:
possible object is Vector

setVector

public void setVector(Vector value)
Sets the value of the vector property.

Parameters:
value - allowed object is Vector