All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.AddressExtendedInformation

java.lang.Object
   |
   +----com.ups.xmlsdk.xpci.AddressExtendedInformation

public class AddressExtendedInformation
extends Object
implements Serializable

Constructor Index

 o AddressExtendedInformation()

Method Index

 o getHigh()
Returns the instance variable value for AddressExtendedInformation High.
 o getLow()
Returns the instance variable value for AddressExtendedInformation Low.
 o getType()
Returns the instance variable value for AddressExtendedInformation Type.
 o isBothIndicator()
Returns the instance variable value for AddressExtendedInformation Both Indicator.
 o isEvenIndicator()
Returns the instance variable value for AddressExtendedInformation Even Indicator.
 o isOddIndicator()
Returns the instance variable value for AddressExtendedInformation Odd Indicator
 o setBothIndicator(boolean)
Sets the instance variable value for AddressExtendedInformation Both Odd&Even Indicator.
 o setEvenIndicator(boolean)
Sets the instance variable value for AddressExtendedInformation Even Indicator.
 o setHigh(String)
Sets the instance variable value for AddressExtendedInformation High.
 o setLow(String)
Sets the instance variable value for AddressExtendedInformation Low.
 o setOddIndicator(boolean)
Sets the instance variable value for AddressExtendedInformation Odd Indicator.
 o setType(String)
Sets the instance variable value for AddressExtendedInformation Type.
 o toString()
Returns the beans data as a String of XML Nodes.

Constructors

 o AddressExtendedInformation
 public AddressExtendedInformation()

Methods

 o getHigh
 public String getHigh()
Returns the instance variable value for AddressExtendedInformation High.

Returns:
java.lang.String
 o getLow
 public String getLow()
Returns the instance variable value for AddressExtendedInformation Low.

Returns:
java.lang.String
 o getType
 public String getType()
Returns the instance variable value for AddressExtendedInformation Type.

Returns:
java.lang.String
 o isBothIndicator
 public boolean isBothIndicator()
Returns the instance variable value for AddressExtendedInformation Both Indicator.

Returns:
boolean
 o isEvenIndicator
 public boolean isEvenIndicator()
Returns the instance variable value for AddressExtendedInformation Even Indicator.

Returns:
boolean
 o isOddIndicator
 public boolean isOddIndicator()
Returns the instance variable value for AddressExtendedInformation Odd Indicator

Returns:
boolean
 o setBothIndicator
 public void setBothIndicator(boolean newBothIndicator)
Sets the instance variable value for AddressExtendedInformation Both Odd&Even Indicator.

Parameters:
newBothIndicator - boolean
 o setEvenIndicator
 public void setEvenIndicator(boolean newEvenIndicator)
Sets the instance variable value for AddressExtendedInformation Even Indicator.

Parameters:
newEvenIndicator - boolean
 o setHigh
 public void setHigh(String newHigh)
Sets the instance variable value for AddressExtendedInformation High.

Parameters:
newHigh - java.lang.String
 o setLow
 public void setLow(String newLow)
Sets the instance variable value for AddressExtendedInformation Low.

Parameters:
newLow - java.lang.String
 o setOddIndicator
 public void setOddIndicator(boolean newOddIndicator)
Sets the instance variable value for AddressExtendedInformation Odd Indicator.

Parameters:
newOddIndicator - boolean
 o setType
 public void setType(String newType)
Sets the instance variable value for AddressExtendedInformation Type.

Parameters:
newType - java.lang.String
 o toString
 public String toString()
Returns the beans data as a String of XML Nodes.

Returns:
java.lang.String
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index