Package | Description |
---|---|
com.verisign.epp.codec.gen | |
com.verisign.epp.types |
Modifier and Type | Method and Description |
---|---|
Duration |
EPPDcp.getExpiryyRelative()
Gets the expiry relative duration.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPDcp.setExpiryRelative(Duration aDuration)
Sets the expiry to an relative duration.
|
Constructor and Description |
---|
EPPDcp(short aAccess,
java.util.Vector aStatements,
Duration aExpiryRelative)
Allocates a new
EPPDcp and sets all of the required
attributes and a relative expiry duration. |
Modifier and Type | Method and Description |
---|---|
static Duration |
Duration.parseDuration(java.lang.String str)
Parse the given string and return a time duration
which represents this string.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Duration.equal(Duration duration)
Returns true if the instance of TimeDuration has the same fields
of the parameter
|
boolean |
Duration.isGreater(Duration duration)
Returns true if the present instance of TimeDuration is greater than
the parameter
Note This definition does not follow the XML SCHEMA RECOMMENDATION 05022001
the following total order relation is used :
givent t1,t2 timeDuration types
t1>t2 iff t1.toLong()>t2.toLong()
|
Copyright © VeriSign Inc. All Rights Reserved.