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

Packages that use AttributedDateTime
org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_utility_1_0_xsd   
org.xmlsoap.schemas.ws._2005._02.trust   
 

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

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.message.MessageElement[] _any, org.apache.axis.types.Id id)
           
 

Uses of AttributedDateTime in org.xmlsoap.schemas.ws._2005._02.trust
 

Methods in org.xmlsoap.schemas.ws._2005._02.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.xmlsoap.schemas.ws._2005._02.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.xmlsoap.schemas.ws._2005._02.trust with parameters of type AttributedDateTime
LifetimeType(AttributedDateTime created, AttributedDateTime expires)