public class Logic extends 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 ref="{}Position1"/> <element ref="{}Position2"/> <element ref="{}Position3"/> <element ref="{}Position4"/> <element ref="{}Position5"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Position1 |
position1 |
protected Position2 |
position2 |
protected Position3 |
position3 |
protected Position4 |
position4 |
protected Position5 |
position5 |
Constructor and Description |
---|
Logic() |
Modifier and Type | Method and Description |
---|---|
Position1 |
getPosition1()
Gets the value of the position1 property.
|
Position2 |
getPosition2()
Gets the value of the position2 property.
|
Position3 |
getPosition3()
Gets the value of the position3 property.
|
Position4 |
getPosition4()
Gets the value of the position4 property.
|
Position5 |
getPosition5()
Gets the value of the position5 property.
|
void |
setPosition1(Position1 value)
Sets the value of the position1 property.
|
void |
setPosition2(Position2 value)
Sets the value of the position2 property.
|
void |
setPosition3(Position3 value)
Sets the value of the position3 property.
|
void |
setPosition4(Position4 value)
Sets the value of the position4 property.
|
void |
setPosition5(Position5 value)
Sets the value of the position5 property.
|
protected Position1 position1
protected Position2 position2
protected Position3 position3
protected Position4 position4
protected Position5 position5
public Position1 getPosition1()
Position1
public void setPosition1(Position1 value)
value
- allowed object is
Position1
public Position2 getPosition2()
Position2
public void setPosition2(Position2 value)
value
- allowed object is
Position2
public Position3 getPosition3()
Position3
public void setPosition3(Position3 value)
value
- allowed object is
Position3
public Position4 getPosition4()
Position4
public void setPosition4(Position4 value)
value
- allowed object is
Position4
public Position5 getPosition5()
Position5
Copyright © 2023. All rights reserved.