Class ObjectFactory
- java.lang.Object
-
- network.oxalis.peppol.bdx.jaxb.wssecurity.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the network.oxalis.peppol.bdx.jaxb.wssecurity package.An ObjectFactory allows you to programmatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: network.oxalis.peppol.bdx.jaxb.wssecurity
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributedDateTimecreateAttributedDateTime()Create an instance ofAttributedDateTimeAttributedURIcreateAttributedURI()Create an instance ofAttributedURIjakarta.xml.bind.JAXBElement<AttributedDateTime>createCreated(AttributedDateTime value)jakarta.xml.bind.JAXBElement<AttributedDateTime>createExpires(AttributedDateTime value)jakarta.xml.bind.JAXBElement<TimestampType>createTimestamp(TimestampType value)TimestampTypecreateTimestampType()Create an instance ofTimestampType
-
-
-
Method Detail
-
createTimestampType
public TimestampType createTimestampType()
Create an instance ofTimestampType- Returns:
- the new instance of
TimestampType
-
createAttributedDateTime
public AttributedDateTime createAttributedDateTime()
Create an instance ofAttributedDateTime- Returns:
- the new instance of
AttributedDateTime
-
createAttributedURI
public AttributedURI createAttributedURI()
Create an instance ofAttributedURI- Returns:
- the new instance of
AttributedURI
-
createTimestamp
public jakarta.xml.bind.JAXBElement<TimestampType> createTimestamp(TimestampType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TimestampType>
-
createExpires
public jakarta.xml.bind.JAXBElement<AttributedDateTime> createExpires(AttributedDateTime value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedDateTime>
-
createCreated
public jakarta.xml.bind.JAXBElement<AttributedDateTime> createCreated(AttributedDateTime value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedDateTime>
-
-