Uses of Class
org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_utility_1_0_xsd.AttributedDateTime

Packages that use AttributedDateTime
org.globus.ws.trust   
org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_utility_1_0_xsd   
 

Uses of AttributedDateTime in org.globus.ws.trust
 

Fields in org.globus.ws.trust declared as AttributedDateTime
private  AttributedDateTime LifetimeType.created
           
private  AttributedDateTime LifetimeType.expires
           
 

Methods in org.globus.ws.trust that return AttributedDateTime
 AttributedDateTime LifetimeType.getCreated()
          Gets the created value for this LifetimeType.
 AttributedDateTime LifetimeType.getExpires()
          Gets the expires value for this LifetimeType.
 

Methods in org.globus.ws.trust with parameters of type AttributedDateTime
 void LifetimeType.setCreated(AttributedDateTime created)
          Sets the created value for this LifetimeType.
 void LifetimeType.setExpires(AttributedDateTime expires)
          Sets the expires value for this LifetimeType.
 

Constructors in org.globus.ws.trust with parameters of type AttributedDateTime
LifetimeType(AttributedDateTime created, AttributedDateTime expires)
           
 

Uses of AttributedDateTime in org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_utility_1_0_xsd
 

Fields in org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_utility_1_0_xsd declared as AttributedDateTime
private  AttributedDateTime TimestampType.created
           
private  AttributedDateTime TimestampType.expires
           
 

Methods in org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_utility_1_0_xsd that return AttributedDateTime
 AttributedDateTime TimestampType.getCreated()
          Gets the created value for this TimestampType.
 AttributedDateTime TimestampType.getExpires()
          Gets the expires value for this TimestampType.
 

Methods in org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_utility_1_0_xsd with parameters of type AttributedDateTime
 void TimestampType.setCreated(AttributedDateTime created)
          Sets the created value for this TimestampType.
 void TimestampType.setExpires(AttributedDateTime expires)
          Sets the expires value for this TimestampType.
 

Constructors in org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_utility_1_0_xsd with parameters of type AttributedDateTime
TimestampType(AttributedDateTime created, AttributedDateTime expires, org.apache.axis.types.Id id)