EPP RTK for Java v 0.9.5 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.openrtk.idl.epp0705.contact.epp_ContactStatusType
public class epp_ContactStatusType
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
epp_ContactStatus
Field Summary | |
static epp_ContactStatusType |
|
static epp_ContactStatusType |
|
static epp_ContactStatusType |
|
static epp_ContactStatusType |
|
static epp_ContactStatusType |
|
static epp_ContactStatusType |
|
static epp_ContactStatusType |
|
static epp_ContactStatusType |
|
static epp_ContactStatusType |
|
static epp_ContactStatusType |
|
static epp_ContactStatusType |
|
static epp_ContactStatusType |
|
static int |
|
static int |
|
static int |
|
static int |
|
static int |
|
static int |
|
static int |
|
static int |
|
static int |
|
static int |
|
static int |
|
static int |
|
Constructor Summary | |
|
Method Summary | |
static epp_ContactStatusType |
|
String |
|
int |
|
public static final epp_ContactStatusType CLIENT_DELETE_PROHIBITED
Instance of epp_ContactStatusType representing the CLIENT_DELETE_PROHIBITED status type. Used directly with epp_ContactStatus.
- See Also:
epp_ContactStatus
public static final epp_ContactStatusType CLIENT_TRANSFER_PROHIBITED
Instance of epp_ContactStatusType representing the CLIENT_TRANSFER_PROHIBITED status type. Used directly with epp_ContactStatus.
- See Also:
epp_ContactStatus
public static final epp_ContactStatusType CLIENT_UPDATE_PROHIBITED
Instance of epp_ContactStatusType representing the CLIENT_UPDATE_PROHIBITED status type. Used directly with epp_ContactStatus.
- See Also:
epp_ContactStatus
public static final epp_ContactStatusType LINKED
Instance of epp_ContactStatusType representing the LINKED status type. Used directly with epp_ContactStatus.
- See Also:
epp_ContactStatus
public static final epp_ContactStatusType OK
Instance of epp_ContactStatusType representing the OK status type. Used directly with epp_ContactStatus.
- See Also:
epp_ContactStatus
public static final epp_ContactStatusType PENDING_CREATE
Instance of epp_ContactStatusType representing the PENDING_CREATE status type. Used directly with epp_ContactStatus.
- See Also:
epp_ContactStatus
public static final epp_ContactStatusType PENDING_DELETE
Instance of epp_ContactStatusType representing the PENDING_DELETE status type. Used directly with epp_ContactStatus.
- See Also:
epp_ContactStatus
public static final epp_ContactStatusType PENDING_TRANSFER
Instance of epp_ContactStatusType representing the PENDING_TRANSFER status type. Used directly with epp_ContactStatus.
- See Also:
epp_ContactStatus
public static final epp_ContactStatusType PENDING_UPDATE
Instance of epp_ContactStatusType representing the PENDING_UPDATE status type. Used directly with epp_ContactStatus.
- See Also:
epp_ContactStatus
public static final epp_ContactStatusType SERVER_DELETE_PROHIBITED
Instance of epp_ContactStatusType representing the SERVER_DELETE_PROHIBITED status type. Used directly with epp_ContactStatus.
- See Also:
epp_ContactStatus
public static final epp_ContactStatusType SERVER_TRANSFER_PROHIBITED
Instance of epp_ContactStatusType representing the SERVER_TRANSFER_PROHIBITED status type. Used directly with epp_ContactStatus.
- See Also:
epp_ContactStatus
public static final epp_ContactStatusType SERVER_UPDATE_PROHIBITED
Instance of epp_ContactStatusType representing the SERVER_UPDATE_PROHIBITED status type. Used directly with epp_ContactStatus.
- See Also:
epp_ContactStatus
public static final int _CLIENT_DELETE_PROHIBITED
Integer value representing the CLIENT_DELETE_PROHIBITED status type.
- Field Value:
- 0
- See Also:
CLIENT_DELETE_PROHIBITED
public static final int _CLIENT_TRANSFER_PROHIBITED
Integer value representing the CLIENT_TRANSFER_PROHIBITED status type.
- Field Value:
- 2
- See Also:
CLIENT_TRANSFER_PROHIBITED
public static final int _CLIENT_UPDATE_PROHIBITED
Integer value representing the CLIENT_UPDATE_PROHIBITED status type.
- Field Value:
- 4
- See Also:
CLIENT_UPDATE_PROHIBITED
public static final int _LINKED
Integer value representing the LINKED status type.
- Field Value:
- 6
- See Also:
LINKED
public static final int _OK
Integer value representing the OK status type.
- Field Value:
- 7
- See Also:
OK
public static final int _PENDING_CREATE
Integer value representing the PENDING_CREATE status type.
- Field Value:
- 8
- See Also:
PENDING_CREATE
public static final int _PENDING_DELETE
Integer value representing the PENDING_DELETE status type.
- Field Value:
- 9
- See Also:
PENDING_DELETE
public static final int _PENDING_TRANSFER
Integer value representing the PENDING_TRANSFER status type.
- Field Value:
- 9
- See Also:
PENDING_TRANSFER
public static final int _PENDING_UPDATE
Integer value representing the PENDING_UPDATE status type.
- Field Value:
- 10
- See Also:
PENDING_UPDATE
public static final int _SERVER_DELETE_PROHIBITED
Integer value representing the SERVER_DELETE_PROHIBITED status type.
- Field Value:
- 1
- See Also:
SERVER_DELETE_PROHIBITED
public static final int _SERVER_TRANSFER_PROHIBITED
Integer value representing the SERVER_TRANSFER_PROHIBITED status type.
- Field Value:
- 3
- See Also:
SERVER_TRANSFER_PROHIBITED
public static final int _SERVER_UPDATE_PROHIBITED
Integer value representing the SERVER_UPDATE_PROHIBITED status type.
- Field Value:
- 5
- See Also:
SERVER_UPDATE_PROHIBITED
protected epp_ContactStatusType(int value)
For internal use only. Initializes the internal status type array.
- Parameters:
value
- The integer value for the desired status type
public static epp_ContactStatusType from_int(int value)
Transform an integer into a epp_ContactStatusType 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
public String toString()
public int value()
Accessor method for the internal integer representing the type of status.
- Returns:
- The integer value of this contact status type