Class AbstractorBusInterfaceType.PortMaps.PortMap
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.AbstractorBusInterfaceType.PortMaps.PortMap
-
- Enclosing class:
- AbstractorBusInterfaceType.PortMaps
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public static class AbstractorBusInterfaceType.PortMaps.PortMap extends java.lang.ObjectJava 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="logicalPort"> <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> </element> <element name="physicalPort"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractorBusInterfaceType.PortMaps.PortMap.LogicalPortJava class for anonymous complex type.static classAbstractorBusInterfaceType.PortMaps.PortMap.PhysicalPortJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AbstractorBusInterfaceType.PortMaps.PortMap.LogicalPortlogicalPortprotected AbstractorBusInterfaceType.PortMaps.PortMap.PhysicalPortphysicalPort
-
Constructor Summary
Constructors Constructor Description PortMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractorBusInterfaceType.PortMaps.PortMap.LogicalPortgetLogicalPort()Gets the value of the logicalPort property.AbstractorBusInterfaceType.PortMaps.PortMap.PhysicalPortgetPhysicalPort()Gets the value of the physicalPort property.voidsetLogicalPort(AbstractorBusInterfaceType.PortMaps.PortMap.LogicalPort value)Sets the value of the logicalPort property.voidsetPhysicalPort(AbstractorBusInterfaceType.PortMaps.PortMap.PhysicalPort value)Sets the value of the physicalPort property.
-
-
-
Field Detail
-
logicalPort
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected AbstractorBusInterfaceType.PortMaps.PortMap.LogicalPort logicalPort
-
physicalPort
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected AbstractorBusInterfaceType.PortMaps.PortMap.PhysicalPort physicalPort
-
-
Method Detail
-
getLogicalPort
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public AbstractorBusInterfaceType.PortMaps.PortMap.LogicalPort getLogicalPort()Gets the value of the logicalPort property.- Returns:
- possible object is
AbstractorBusInterfaceType.PortMaps.PortMap.LogicalPort
-
setLogicalPort
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setLogicalPort(AbstractorBusInterfaceType.PortMaps.PortMap.LogicalPort value)Sets the value of the logicalPort property.- Parameters:
value- allowed object isAbstractorBusInterfaceType.PortMaps.PortMap.LogicalPort
-
getPhysicalPort
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public AbstractorBusInterfaceType.PortMaps.PortMap.PhysicalPort getPhysicalPort()Gets the value of the physicalPort property.- Returns:
- possible object is
AbstractorBusInterfaceType.PortMaps.PortMap.PhysicalPort
-
setPhysicalPort
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setPhysicalPort(AbstractorBusInterfaceType.PortMaps.PortMap.PhysicalPort value)Sets the value of the physicalPort property.- Parameters:
value- allowed object isAbstractorBusInterfaceType.PortMaps.PortMap.PhysicalPort
-
-