Uses of Class
network.oxalis.peppol.bdx.jaxb.wssecurity.AttributedDateTime
-
Packages that use AttributedDateTime Package Description network.oxalis.peppol.bdx.jaxb.wssecurity -
-
Uses of AttributedDateTime in network.oxalis.peppol.bdx.jaxb.wssecurity
Fields in network.oxalis.peppol.bdx.jaxb.wssecurity declared as AttributedDateTime Modifier and Type Field Description protected AttributedDateTimeTimestampType. createdThis element allows a creation time to be applied anywhere element wildcards are present.protected AttributedDateTimeTimestampType. expiresThis element allows an expiration time to be applied anywhere element wildcards are present.Methods in network.oxalis.peppol.bdx.jaxb.wssecurity that return AttributedDateTime Modifier and Type Method Description AttributedDateTimeObjectFactory. createAttributedDateTime()Create an instance ofAttributedDateTimeAttributedDateTimeTimestampType. getCreated()This element allows a creation time to be applied anywhere element wildcards are present.AttributedDateTimeTimestampType. getExpires()This element allows an expiration time to be applied anywhere element wildcards are present.Methods in network.oxalis.peppol.bdx.jaxb.wssecurity 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 network.oxalis.peppol.bdx.jaxb.wssecurity 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.
-