EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0402
Class epp_TransferStatusType

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

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

Class defining constant instances of transfer types generic for all objects.

Six transfer status types are permitted: PENDING, CLIENT_APROVED, CLIENT_CANCELLED, CLIENT_REJECTED, SERVER_APPROVED and SERVER_CANCELLED.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0402/epp_TransferStatusType.java,v 1.1 2003/03/21 16:35:40 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:35:40 $

See Also:
epp_DomainTransferRsp, epp_ContactTransferRsp, Serialized Form

Field Summary
static int _CLIENT_APPROVED
          Integer value representing the CLIENT_APPROVED transfer status type.
static int _CLIENT_CANCELLED
          Integer value representing the CLIENT_CANCELLED transfer status type.
static int _CLIENT_REJECTED
          Integer value representing the CLIENT_REJECTED transfer status type.
static int _PENDING
          Integer value representing the PENDING transfer status type.
static int _SERVER_APPROVED
          Integer value representing the SERVER_APPROVED transfer status type.
static int _SERVER_CANCELLED
          Integer value representing the SERVER_CANCELLED transfer status type.
static epp_TransferStatusType CLIENT_APPROVED
          Instance of epp_TransferStatusType representing the CLIENT_APPROVED status type.
static epp_TransferStatusType CLIENT_CANCELLED
          Instance of epp_TransferStatusType representing the CLIENT_CANCELLED status type.
static epp_TransferStatusType CLIENT_REJECTED
          Instance of epp_TransferStatusType representing the CLIENT_REJECTED status type.
static epp_TransferStatusType PENDING
          Instance of epp_TransferStatusType representing the PENDING status type.
static epp_TransferStatusType SERVER_APPROVED
          Instance of epp_TransferStatusType representing the SERVER_APPROVED status type.
static epp_TransferStatusType SERVER_CANCELLED
          Instance of epp_TransferStatusType representing the SERVER_CANCELLED status type.
 
Constructor Summary
protected epp_TransferStatusType(int value)
          For internal use only.
 
Method Summary
static epp_TransferStatusType from_int(int value)
          Transform an integer into a epp_TransferStatusType constant.
 java.lang.String toString()
           
 int value()
          Accessor method for the internal integer representing the type of transfer status.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_CLIENT_APPROVED

public static final int _CLIENT_APPROVED
Integer value representing the CLIENT_APPROVED transfer status type.

See Also:
CLIENT_APPROVED, Constant Field Values

CLIENT_APPROVED

public static final epp_TransferStatusType CLIENT_APPROVED
Instance of epp_TransferStatusType representing the CLIENT_APPROVED status type.

See Also:
epp_DomainTransferRsp

_CLIENT_CANCELLED

public static final int _CLIENT_CANCELLED
Integer value representing the CLIENT_CANCELLED transfer status type.

See Also:
CLIENT_CANCELLED, Constant Field Values

CLIENT_CANCELLED

public static final epp_TransferStatusType CLIENT_CANCELLED
Instance of epp_TransferStatusType representing the CLIENT_CANCELLED status type.

See Also:
epp_DomainTransferRsp

_CLIENT_REJECTED

public static final int _CLIENT_REJECTED
Integer value representing the CLIENT_REJECTED transfer status type.

See Also:
CLIENT_REJECTED, Constant Field Values

CLIENT_REJECTED

public static final epp_TransferStatusType CLIENT_REJECTED
Instance of epp_TransferStatusType representing the CLIENT_REJECTED status type.

See Also:
epp_DomainTransferRsp

_PENDING

public static final int _PENDING
Integer value representing the PENDING transfer status type.

See Also:
PENDING, Constant Field Values

PENDING

public static final epp_TransferStatusType PENDING
Instance of epp_TransferStatusType representing the PENDING status type.

See Also:
epp_DomainTransferRsp

_SERVER_APPROVED

public static final int _SERVER_APPROVED
Integer value representing the SERVER_APPROVED transfer status type.

See Also:
SERVER_APPROVED, Constant Field Values

SERVER_APPROVED

public static final epp_TransferStatusType SERVER_APPROVED
Instance of epp_TransferStatusType representing the SERVER_APPROVED status type.

See Also:
epp_DomainTransferRsp

_SERVER_CANCELLED

public static final int _SERVER_CANCELLED
Integer value representing the SERVER_CANCELLED transfer status type.

See Also:
SERVER_CANCELLED, Constant Field Values

SERVER_CANCELLED

public static final epp_TransferStatusType SERVER_CANCELLED
Instance of epp_TransferStatusType representing the SERVER_CANCELLED status type.

See Also:
epp_DomainTransferRsp
Constructor Detail

epp_TransferStatusType

protected epp_TransferStatusType(int value)
For internal use only. Initializes the internal transfer status type array.

Parameters:
value - The integer value for the desired transfer status type
Method Detail

value

public int value()
Accessor method for the internal integer representing the type of transfer status.

Returns:
The integer value of this transfer status type

from_int

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

Parameters:
value - The integer value for the desired status 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