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. createdprotected AttributedDateTimeTimestampType. expiresMethods in network.oxalis.peppol.bdx.jaxb.wssecurity 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 network.oxalis.peppol.bdx.jaxb.wssecurity that return types with arguments of type AttributedDateTime Modifier and Type Method Description javax.xml.bind.JAXBElement<AttributedDateTime>ObjectFactory. createCreated(AttributedDateTime value)javax.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 javax.xml.bind.JAXBElement<AttributedDateTime>ObjectFactory. createCreated(AttributedDateTime value)javax.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.
-