|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EPPResellerDisclose.Type | |
|---|---|
| com.verisign.epp.codec.reseller | |
| Uses of EPPResellerDisclose.Type in com.verisign.epp.codec.reseller |
|---|
| Methods in com.verisign.epp.codec.reseller that return EPPResellerDisclose.Type | |
|---|---|
static EPPResellerDisclose.Type |
EPPResellerDisclose.Type.getType(java.lang.String aType)
Get the type enumerated value given the matching string. |
static EPPResellerDisclose.Type |
EPPResellerDisclose.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EPPResellerDisclose.Type[] |
EPPResellerDisclose.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.verisign.epp.codec.reseller that return types with arguments of type EPPResellerDisclose.Type | |
|---|---|
java.util.List<EPPResellerDisclose.Type> |
EPPResellerDisclose.getAddresses()
Gets disclose address types set. |
java.util.List<EPPResellerDisclose.Type> |
EPPResellerDisclose.getNames()
Gets disclose names types set. |
java.util.List<EPPResellerDisclose.Type> |
EPPResellerDisclose.getOrgs()
Gets disclose org types set. |
| Methods in com.verisign.epp.codec.reseller with parameters of type EPPResellerDisclose.Type | |
|---|---|
void |
EPPResellerDisclose.addAddress(EPPResellerDisclose.Type aType)
Adds an address element with the specific type to the list of addresses. |
void |
EPPResellerDisclose.addName(EPPResellerDisclose.Type aType)
Adds a name element with the specific type to the list of names. |
void |
EPPResellerDisclose.addOrg(EPPResellerDisclose.Type aType)
Adds an org element with the specific type to the list of orgs. |
| Method parameters in com.verisign.epp.codec.reseller with type arguments of type EPPResellerDisclose.Type | |
|---|---|
void |
EPPResellerDisclose.setAddresses(java.util.List<EPPResellerDisclose.Type> aAddresses)
Sets disclose address types. |
void |
EPPResellerDisclose.setNames(java.util.List<EPPResellerDisclose.Type> aNames)
Sets disclose name types. |
void |
EPPResellerDisclose.setOrgs(java.util.List<EPPResellerDisclose.Type> aOrgs)
Sets disclose org types. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||