EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0705.contact
Class epp_ContactPostalInfoType

java.lang.Object
  |
  +--org.openrtk.idl.epp0705.contact.epp_ContactPostalInfoType
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public class epp_ContactPostalInfoType
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Class that represents the types of postal info used in EPP -- international or local

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0705/contact/epp_ContactPostalInfoType.java,v 1.1 2003/03/20 22:42:27 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:27 $

See Also:
epp_ContactCreateReq, epp_ContactInfoRsp, epp_ContactUpdateChange, Serialized Form

Field Summary
static int _INT
          Integer value representing the INT postal info type.
static int _LOC
          Integer value representing the LOC postal info type.
static epp_ContactPostalInfoType INT
          Instance of epp_ContactPostalInfoType representing the INT status type.
static epp_ContactPostalInfoType LOC
          Instance of epp_ContactPostalInfoType representing the LOC status type.
 
Constructor Summary
protected epp_ContactPostalInfoType(int value)
          For internal use only.
 
Method Summary
static epp_ContactPostalInfoType from_int(int value)
          Transform an integer into a epp_ContactPostalInfoType constant.
 java.lang.String toString()
           
 int value()
          Accessor method for the internal integer representing the type of postal info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_LOC

public static final int _LOC
Integer value representing the LOC postal info type.

See Also:
LOC, Constant Field Values

LOC

public static final epp_ContactPostalInfoType LOC
Instance of epp_ContactPostalInfoType representing the LOC status type. Used directly with epp_ContactNameAddress.

See Also:
epp_ContactNameAddress

_INT

public static final int _INT
Integer value representing the INT postal info type.

See Also:
INT, Constant Field Values

INT

public static final epp_ContactPostalInfoType INT
Instance of epp_ContactPostalInfoType representing the INT status type. Used directly with epp_ContactNameAddress.

See Also:
epp_ContactNameAddress
Constructor Detail

epp_ContactPostalInfoType

protected epp_ContactPostalInfoType(int value)
For internal use only. Initializes the internal postal info type array.

Parameters:
value - The integer value for the desired postal info type
Method Detail

value

public int value()
Accessor method for the internal integer representing the type of postal info.

Returns:
The integer value of this contact postal info type

from_int

public static epp_ContactPostalInfoType from_int(int value)
Transform an integer into a epp_ContactPostalInfoType constant. Given the integer representation of the postal info type, returns one of the postal info type constants.

Parameters:
value - The integer value for the desired postal info type

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

EPP RTK
for Java v 0.7.2

Copyright ? 2001-2002 - Tucows, Inc., 2003 - LibertyRMS