com.eu.miscedautils.ipxact.Component
Class BusInterfaceType.PortMaps.PortMap.LogicalPort

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

public static class BusInterfaceType.PortMaps.PortMap.LogicalPort
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.w3.org/2001/XMLSchema}Name"/>
         <element name="vector" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="left">
                     <complexType>
                       <simpleContent>
                         <extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger">
                           <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}long.prompt.att"/>
                         </extension>
                       </simpleContent>
                     </complexType>
                   </element>
                   <element name="right">
                     <complexType>
                       <simpleContent>
                         <extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger">
                           <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}long.prompt.att"/>
                         </extension>
                       </simpleContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector
          Java class for anonymous complex type.
 
Constructor Summary
BusInterfaceType.PortMaps.PortMap.LogicalPort()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector getVector()
          Gets the value of the vector property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setVector(BusInterfaceType.PortMaps.PortMap.LogicalPort.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

BusInterfaceType.PortMaps.PortMap.LogicalPort

public BusInterfaceType.PortMaps.PortMap.LogicalPort()
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 BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector getVector()
Gets the value of the vector property.

Returns:
possible object is BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector

setVector

public void setVector(BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector value)
Sets the value of the vector property.

Parameters:
value - allowed object is BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector