Uses of Class
com.sun.xml.ws.security.wsu10.AttributedDateTime

Packages that use AttributedDateTime
com.sun.xml.ws.security.trust   
com.sun.xml.ws.security.trust.elements   
com.sun.xml.ws.security.trust.impl   
com.sun.xml.ws.security.trust.impl.bindings   
com.sun.xml.ws.security.trust.impl.elements   
com.sun.xml.ws.security.trust.impl.wssx   
com.sun.xml.ws.security.trust.impl.wssx.bindings   
com.sun.xml.ws.security.trust.impl.wssx.elements   
com.sun.xml.ws.security.trust.util   
com.sun.xml.ws.security.wsu10   
 

Uses of AttributedDateTime in com.sun.xml.ws.security.trust
 

Methods in com.sun.xml.ws.security.trust with parameters of type AttributedDateTime
abstract  Lifetime WSTrustElementFactory.createLifetime(AttributedDateTime created, AttributedDateTime expires)
          Create a Lifetime.
 

Uses of AttributedDateTime in com.sun.xml.ws.security.trust.elements
 

Methods in com.sun.xml.ws.security.trust.elements that return AttributedDateTime
 AttributedDateTime Lifetime.getCreated()
          Gets the value of the created property.
 AttributedDateTime Lifetime.getExpires()
          Gets the value of the expires property.
 

Methods in com.sun.xml.ws.security.trust.elements with parameters of type AttributedDateTime
 void Lifetime.setCreated(AttributedDateTime value)
          Sets the value of the created property.
 void Lifetime.setExpires(AttributedDateTime value)
          Sets the value of the expires property.
 

Uses of AttributedDateTime in com.sun.xml.ws.security.trust.impl
 

Methods in com.sun.xml.ws.security.trust.impl with parameters of type AttributedDateTime
 Lifetime WSTrustElementFactoryImpl.createLifetime(AttributedDateTime created, AttributedDateTime expires)
          Create a Lifetime.
 

Uses of AttributedDateTime in com.sun.xml.ws.security.trust.impl.bindings
 

Fields in com.sun.xml.ws.security.trust.impl.bindings declared as AttributedDateTime
protected  AttributedDateTime LifetimeType.created
           
protected  AttributedDateTime LifetimeType.expires
           
 

Methods in com.sun.xml.ws.security.trust.impl.bindings that return AttributedDateTime
 AttributedDateTime LifetimeType.getCreated()
          Gets the value of the created property.
 AttributedDateTime LifetimeType.getExpires()
          Gets the value of the expires property.
 

Methods in com.sun.xml.ws.security.trust.impl.bindings with parameters of type AttributedDateTime
 void LifetimeType.setCreated(AttributedDateTime value)
          Sets the value of the created property.
 void LifetimeType.setExpires(AttributedDateTime value)
          Sets the value of the expires property.
 

Uses of AttributedDateTime in com.sun.xml.ws.security.trust.impl.elements
 

Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type AttributedDateTime
LifetimeImpl(AttributedDateTime created, AttributedDateTime expires)
           
 

Uses of AttributedDateTime in com.sun.xml.ws.security.trust.impl.wssx
 

Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type AttributedDateTime
 Lifetime WSTrustElementFactoryImpl.createLifetime(AttributedDateTime created, AttributedDateTime expires)
          Create a Lifetime.
 

Uses of AttributedDateTime in com.sun.xml.ws.security.trust.impl.wssx.bindings
 

Fields in com.sun.xml.ws.security.trust.impl.wssx.bindings declared as AttributedDateTime
protected  AttributedDateTime LifetimeType.created
           
protected  AttributedDateTime LifetimeType.expires
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return AttributedDateTime
 AttributedDateTime LifetimeType.getCreated()
          Gets the value of the created property.
 AttributedDateTime LifetimeType.getExpires()
          Gets the value of the expires property.
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings with parameters of type AttributedDateTime
 void LifetimeType.setCreated(AttributedDateTime value)
          Sets the value of the created property.
 void LifetimeType.setExpires(AttributedDateTime value)
          Sets the value of the expires property.
 

Uses of AttributedDateTime in com.sun.xml.ws.security.trust.impl.wssx.elements
 

Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type AttributedDateTime
LifetimeImpl(AttributedDateTime created, AttributedDateTime expires)
           
 

Uses of AttributedDateTime in com.sun.xml.ws.security.trust.util
 

Methods in com.sun.xml.ws.security.trust.util with parameters of type AttributedDateTime
static Date WSTrustUtil.parseAttributedDateTime(AttributedDateTime time)
           
 

Uses of AttributedDateTime in com.sun.xml.ws.security.wsu10
 

Fields in com.sun.xml.ws.security.wsu10 declared as AttributedDateTime
protected  AttributedDateTime TimestampType.created
           
protected  AttributedDateTime TimestampType.expires
           
 

Methods in com.sun.xml.ws.security.wsu10 that return AttributedDateTime
 AttributedDateTime ObjectFactory.createAttributedDateTime()
          Create an instance of AttributedDateTime
 AttributedDateTime TimestampType.getCreated()
          Gets the value of the created property.
 AttributedDateTime TimestampType.getExpires()
          Gets the value of the expires property.
 

Methods in com.sun.xml.ws.security.wsu10 that return types with arguments of type AttributedDateTime
 JAXBElement<AttributedDateTime> ObjectFactory.createCreated(AttributedDateTime value)
          Create an instance of JAXBElement<AttributedDateTime>}
 JAXBElement<AttributedDateTime> ObjectFactory.createExpires(AttributedDateTime value)
          Create an instance of JAXBElement<AttributedDateTime>}
 

Methods in com.sun.xml.ws.security.wsu10 with parameters of type AttributedDateTime
 JAXBElement<AttributedDateTime> ObjectFactory.createCreated(AttributedDateTime value)
          Create an instance of JAXBElement<AttributedDateTime>}
 JAXBElement<AttributedDateTime> ObjectFactory.createExpires(AttributedDateTime value)
          Create an instance of JAXBElement<AttributedDateTime>}
 void TimestampType.setCreated(AttributedDateTime value)
          Sets the value of the created property.
 void TimestampType.setExpires(AttributedDateTime value)
          Sets the value of the expires property.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.