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
-
AddressExtendedInformation()
-
-
getHigh()
-
Returns the instance variable value for AddressExtendedInformation High.
-
getLow()
-
Returns the instance variable value for AddressExtendedInformation Low.
-
getType()
-
Returns the instance variable value for AddressExtendedInformation Type.
-
isBothIndicator()
-
Returns the instance variable value for AddressExtendedInformation Both Indicator.
-
isEvenIndicator()
-
Returns the instance variable value for AddressExtendedInformation Even Indicator.
-
isOddIndicator()
-
Returns the instance variable value for AddressExtendedInformation Odd Indicator
-
setBothIndicator(boolean)
-
Sets the instance variable value for AddressExtendedInformation Both Odd&Even Indicator.
-
setEvenIndicator(boolean)
-
Sets the instance variable value for AddressExtendedInformation Even Indicator.
-
setHigh(String)
-
Sets the instance variable value for AddressExtendedInformation High.
-
setLow(String)
-
Sets the instance variable value for AddressExtendedInformation Low.
-
setOddIndicator(boolean)
-
Sets the instance variable value for AddressExtendedInformation Odd Indicator.
-
setType(String)
-
Sets the instance variable value for AddressExtendedInformation Type.
-
toString()
- Returns the beans data as a String of XML Nodes.
AddressExtendedInformation
public AddressExtendedInformation()
getHigh
public String getHigh()
- Returns the instance variable value for AddressExtendedInformation High.
- Returns:
- java.lang.String
getLow
public String getLow()
- Returns the instance variable value for AddressExtendedInformation Low.
- Returns:
- java.lang.String
getType
public String getType()
- Returns the instance variable value for AddressExtendedInformation Type.
- Returns:
- java.lang.String
isBothIndicator
public boolean isBothIndicator()
- Returns the instance variable value for AddressExtendedInformation Both Indicator.
- Returns:
- boolean
isEvenIndicator
public boolean isEvenIndicator()
- Returns the instance variable value for AddressExtendedInformation Even Indicator.
- Returns:
- boolean
isOddIndicator
public boolean isOddIndicator()
- Returns the instance variable value for AddressExtendedInformation Odd Indicator
- Returns:
- boolean
setBothIndicator
public void setBothIndicator(boolean newBothIndicator)
- Sets the instance variable value for AddressExtendedInformation Both Odd&Even Indicator.
- Parameters:
- newBothIndicator - boolean
setEvenIndicator
public void setEvenIndicator(boolean newEvenIndicator)
- Sets the instance variable value for AddressExtendedInformation Even Indicator.
- Parameters:
- newEvenIndicator - boolean
setHigh
public void setHigh(String newHigh)
- Sets the instance variable value for AddressExtendedInformation High.
- Parameters:
- newHigh - java.lang.String
setLow
public void setLow(String newLow)
- Sets the instance variable value for AddressExtendedInformation Low.
- Parameters:
- newLow - java.lang.String
setOddIndicator
public void setOddIndicator(boolean newOddIndicator)
- Sets the instance variable value for AddressExtendedInformation Odd Indicator.
- Parameters:
- newOddIndicator - boolean
setType
public void setType(String newType)
- Sets the instance variable value for AddressExtendedInformation Type.
- Parameters:
- newType - java.lang.String
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