Uses of Class
com.verisign.epp.types.Duration

Packages that use Duration
com.verisign.epp.codec.gen   
com.verisign.epp.types   
 

Uses of Duration in com.verisign.epp.codec.gen
 

Methods in com.verisign.epp.codec.gen that return Duration
 Duration EPPDcp.getExpiryyRelative()
          Gets the expiry relative duration.
 

Methods in com.verisign.epp.codec.gen with parameters of type Duration
 void EPPDcp.setExpiryRelative(Duration aDuration)
          Sets the expiry to an relative duration.
 

Constructors in com.verisign.epp.codec.gen with parameters of type Duration
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.
 

Uses of Duration in com.verisign.epp.types
 

Methods in com.verisign.epp.types that return Duration
static Duration Duration.parseDuration(java.lang.String str)
          Parse the given string and return a time duration which represents this string.
 

Methods in com.verisign.epp.types with parameters of type Duration
 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.