Uses of Class
org.apache.wss4j.binding.wsu10.AttributedDateTime
-
Packages that use AttributedDateTime Package Description 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
Methods in org.apache.wss4j.binding.wsu10 that return AttributedDateTime Modifier and Type Method Description AttributedDateTimeObjectFactory. createAttributedDateTime()Create an instance ofAttributedDateTimeAttributedDateTimeTimestampType. getCreated()Gets the value of the created property.AttributedDateTimeTimestampType. getExpires()Gets the value of the expires property.Methods in org.apache.wss4j.binding.wsu10 that return types with arguments of type AttributedDateTime Modifier and Type Method Description jakarta.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 AttributedDateTime Modifier and Type Method Description jakarta.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.
-