Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.utility.AttributedDateTime

Packages that use AttributedDateTime
org.apache.cxf.ws.security.sts.provider.model   
org.apache.cxf.ws.security.sts.provider.model.utility   
 

Uses of AttributedDateTime in org.apache.cxf.ws.security.sts.provider.model
 

Fields in org.apache.cxf.ws.security.sts.provider.model declared as AttributedDateTime
protected  AttributedDateTime LifetimeType.created
           
protected  AttributedDateTime LifetimeType.expires
           
 

Methods in org.apache.cxf.ws.security.sts.provider.model 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.apache.cxf.ws.security.sts.provider.model 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.apache.cxf.ws.security.sts.provider.model.utility
 

Fields in org.apache.cxf.ws.security.sts.provider.model.utility declared as AttributedDateTime
protected  AttributedDateTime TimestampType.created
           
protected  AttributedDateTime TimestampType.expires
           
 

Methods in org.apache.cxf.ws.security.sts.provider.model.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.apache.cxf.ws.security.sts.provider.model.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.apache.cxf.ws.security.sts.provider.model.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.
 


Apache CXF API

Apache CXF