Class BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector
-
- Enclosing class:
- BusInterfaceType.PortMaps.PortMap.LogicalPort
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public static class BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector 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="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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBusInterfaceType.PortMaps.PortMap.LogicalPort.Vector.LeftJava class for anonymous complex type.static classBusInterfaceType.PortMaps.PortMap.LogicalPort.Vector.RightJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector.Leftleftprotected BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector.Rightright
-
Constructor Summary
Constructors Constructor Description Vector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector.LeftgetLeft()Gets the value of the left property.BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector.RightgetRight()Gets the value of the right property.voidsetLeft(BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector.Left value)Sets the value of the left property.voidsetRight(BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector.Right value)Sets the value of the right property.
-
-
-
Field Detail
-
left
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector.Left left
-
right
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector.Right right
-
-
Method Detail
-
getLeft
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector.Left getLeft()Gets the value of the left property.- Returns:
- possible object is
BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector.Left
-
setLeft
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setLeft(BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector.Left value)Sets the value of the left property.- Parameters:
value- allowed object isBusInterfaceType.PortMaps.PortMap.LogicalPort.Vector.Left
-
getRight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector.Right getRight()Gets the value of the right property.- Returns:
- possible object is
BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector.Right
-
setRight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setRight(BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector.Right value)Sets the value of the right property.- Parameters:
value- allowed object isBusInterfaceType.PortMaps.PortMap.LogicalPort.Vector.Right
-
-