Class EEX1Config
- java.lang.Object
-
- com.rfideas.pcproxapisdk.configuration.EEX1Config
-
- All Implemented Interfaces:
java.lang.Cloneable
public class EEX1Config extends java.lang.Object implements java.lang.Cloneable
Contains methods to alter variables defined under GetFlags() API
-
-
Constructor Summary
Constructors Constructor Description EEX1Config()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
clone()
short
getiPad2()
Returns the iPad2 part of EEX1Configshort
getiPad3()
Returns the iPad3 part of EEX1Configshort
getiPad4()
Returns the iPad4 part of EEX1Configshort
getiPad5()
Returns the iPad5 part of EEX1Configshort
getiPad6()
Returns the iPad6 part of EEX1Configshort
getiPad7()
Returns the iPad7 part of EEX1Configshort
getLeadParityX()
Returns the LeadParityX part of EEX1Configshort
getTrailParityX()
Returns the TrailParityX part of EEX1Configvoid
setiPad2(short iPad2)
Sets the iPad2 part of EEX1Configvoid
setiPad3(short iPad3)
Sets the iPad3 part of EEX1Configvoid
setiPad4(short iPad4)
Sets the iPad4 part of EEX1Configvoid
setiPad5(short iPad5)
Sets the iPad5 part of EEX1Configvoid
setiPad6(short iPad6)
Sets the iPad6 part of EEX1Configvoid
setiPad7(short iPad7)
Sets the iPad7 part of EEX1Configvoid
setLeadParityX(short leadParityX)
Sets the LeadParityX part of EEX1Configvoid
setTrailParityX(short trailParityX)
Sets the TrailParityX part of EEX1Config
-
-
-
Method Detail
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-
getLeadParityX
public short getLeadParityX()
Returns the LeadParityX part of EEX1Config
-
setLeadParityX
public void setLeadParityX(short leadParityX)
Sets the LeadParityX part of EEX1Config
-
getTrailParityX
public short getTrailParityX()
Returns the TrailParityX part of EEX1Config
-
setTrailParityX
public void setTrailParityX(short trailParityX)
Sets the TrailParityX part of EEX1Config
-
getiPad2
public short getiPad2()
Returns the iPad2 part of EEX1Config
-
setiPad2
public void setiPad2(short iPad2)
Sets the iPad2 part of EEX1Config
-
getiPad3
public short getiPad3()
Returns the iPad3 part of EEX1Config
-
setiPad3
public void setiPad3(short iPad3)
Sets the iPad3 part of EEX1Config
-
getiPad4
public short getiPad4()
Returns the iPad4 part of EEX1Config
-
setiPad4
public void setiPad4(short iPad4)
Sets the iPad4 part of EEX1Config
-
getiPad5
public short getiPad5()
Returns the iPad5 part of EEX1Config
-
setiPad5
public void setiPad5(short iPad5)
Sets the iPad5 part of EEX1Config
-
getiPad6
public short getiPad6()
Returns the iPad6 part of EEX1Config
-
setiPad6
public void setiPad6(short iPad6)
Sets the iPad6 part of EEX1Config
-
getiPad7
public short getiPad7()
Returns the iPad7 part of EEX1Config
-
setiPad7
public void setiPad7(short iPad7)
Sets the iPad7 part of EEX1Config
-
-