Uses of Class
org.jboss.identity.federation.ws.wss.utility.AttributedDateTime

Packages that use AttributedDateTime
org.jboss.identity.federation.ws.trust   
org.jboss.identity.federation.ws.wss.utility   
 

Uses of AttributedDateTime in org.jboss.identity.federation.ws.trust
 

Fields in org.jboss.identity.federation.ws.trust declared as AttributedDateTime
protected  AttributedDateTime LifetimeType.created
           
protected  AttributedDateTime LifetimeType.expires
           
 

Methods in org.jboss.identity.federation.ws.trust 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 org.jboss.identity.federation.ws.trust 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 org.jboss.identity.federation.ws.wss.utility
 

Fields in org.jboss.identity.federation.ws.wss.utility declared as AttributedDateTime
protected  AttributedDateTime TimestampType.created
           
protected  AttributedDateTime TimestampType.expires
           
 

Methods in org.jboss.identity.federation.ws.wss.utility 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 org.jboss.identity.federation.ws.wss.utility that return types with arguments of type AttributedDateTime
 javax.xml.bind.JAXBElement<AttributedDateTime> ObjectFactory.createCreated(AttributedDateTime value)
          Create an instance of JAXBElement<AttributedDateTime>}
 javax.xml.bind.JAXBElement<AttributedDateTime> ObjectFactory.createExpires(AttributedDateTime value)
          Create an instance of JAXBElement<AttributedDateTime>}
 

Methods in org.jboss.identity.federation.ws.wss.utility with parameters of type AttributedDateTime
 javax.xml.bind.JAXBElement<AttributedDateTime> ObjectFactory.createCreated(AttributedDateTime value)
          Create an instance of JAXBElement<AttributedDateTime>}
 javax.xml.bind.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 © 2009 JBoss Inc.. All Rights Reserved.