com.eu.miscedautils.ipxact.Abstractor
Class AbstractorBusInterfaceType.PortMaps.PortMap.LogicalPort

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

public static class AbstractorBusInterfaceType.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 AbstractorBusInterfaceType.PortMaps.PortMap.LogicalPort.Vector
          Java class for anonymous complex type.
 
Constructor Summary
AbstractorBusInterfaceType.PortMaps.PortMap.LogicalPort()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 AbstractorBusInterfaceType.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(AbstractorBusInterfaceType.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

AbstractorBusInterfaceType.PortMaps.PortMap.LogicalPort

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

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

setVector

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

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