Uses of Class
org.apache.wss4j.binding.wsu10.AttributedDateTime

Packages that use AttributedDateTime
org.apache.wss4j.binding.wsu10 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of AttributedDateTime in org.apache.wss4j.binding.wsu10
 

Fields in org.apache.wss4j.binding.wsu10 declared as AttributedDateTime
protected  AttributedDateTime TimestampType.created
           
protected  AttributedDateTime TimestampType.expires
           
 

Methods in org.apache.wss4j.binding.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 org.apache.wss4j.binding.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 org.apache.wss4j.binding.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 © 2004–2014 The Apache Software Foundation. All rights reserved.