Uses of Class
org.apache.wss4j.binding.wsu10.AttributedDateTime
Packages that use AttributedDateTime
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of AttributedDateTime in org.apache.wss4j.binding.wsu10
Methods in org.apache.wss4j.binding.wsu10 that return AttributedDateTimeModifier and TypeMethodDescriptionObjectFactory.createAttributedDateTime()Create an instance ofAttributedDateTimeTimestampType.getCreated()Gets the value of the created property.TimestampType.getExpires()Gets the value of the expires property.Methods in org.apache.wss4j.binding.wsu10 that return types with arguments of type AttributedDateTimeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AttributedDateTime>ObjectFactory.createCreated(AttributedDateTime value) jakarta.xml.bind.JAXBElement<AttributedDateTime>ObjectFactory.createExpires(AttributedDateTime value) Methods in org.apache.wss4j.binding.wsu10 with parameters of type AttributedDateTimeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AttributedDateTime>ObjectFactory.createCreated(AttributedDateTime value) jakarta.xml.bind.JAXBElement<AttributedDateTime>ObjectFactory.createExpires(AttributedDateTime value) voidTimestampType.setCreated(AttributedDateTime value) Sets the value of the created property.voidTimestampType.setExpires(AttributedDateTime value) Sets the value of the expires property.