Package org.apache.headers.coloc.types
Class ObjectFactory
java.lang.Object
org.apache.headers.coloc.types.ObjectFactory
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-06-06T12:44:56-04:00")
public class ObjectFactory
extends Object
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.headers.coloc.types package.
An ObjectFactory allows you to programatically 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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.headers.coloc.types -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<FaultDetailT>createFaultDetail(FaultDetailT value) Create an instance ofFaultDetailTjakarta.xml.bind.JAXBElement<HeaderInfo>createHeader(HeaderInfo value) Create an instance ofHeaderInfojakarta.xml.bind.JAXBElement<InHeaderT>createInHeader(InHeaderT value) jakarta.xml.bind.JAXBElement<InHeaderResponseT>Create an instance ofInHeaderResponseTCreate an instance ofInHeaderTjakarta.xml.bind.JAXBElement<InoutHeaderT>createInoutHeader(InoutHeaderT value) jakarta.xml.bind.JAXBElement<InoutHeaderResponseT>Create an instance ofInoutHeaderResponseTCreate an instance ofInoutHeaderTjakarta.xml.bind.JAXBElement<OutHeaderT>createOutHeader(OutHeaderT value) jakarta.xml.bind.JAXBElement<OutHeaderResponseT>Create an instance ofOutHeaderResponseTCreate an instance ofOutHeaderTjakarta.xml.bind.JAXBElement<PingMeT>createPingMe(PingMeT value) jakarta.xml.bind.JAXBElement<PingMeResponseT>Create an instance ofPingMeResponseTCreate an instance ofPingMeT
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.headers.coloc.types
-
-
Method Details
-
createHeaderInfo
Create an instance ofHeaderInfo -
createInHeaderT
Create an instance ofInHeaderT -
createInHeaderResponseT
Create an instance ofInHeaderResponseT -
createOutHeaderT
Create an instance ofOutHeaderT -
createOutHeaderResponseT
Create an instance ofOutHeaderResponseT -
createInoutHeaderT
Create an instance ofInoutHeaderT -
createInoutHeaderResponseT
Create an instance ofInoutHeaderResponseT -
createPingMeT
Create an instance ofPingMeT -
createPingMeResponseT
Create an instance ofPingMeResponseT -
createFaultDetailT
Create an instance ofFaultDetailT -
createHeader
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<HeaderInfo>
-
createInHeader
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<InHeaderT>
-
createInHeaderResponse
public jakarta.xml.bind.JAXBElement<InHeaderResponseT> createInHeaderResponse(InHeaderResponseT value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<InHeaderResponseT>
-
createOutHeader
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<OutHeaderT>
-
createOutHeaderResponse
public jakarta.xml.bind.JAXBElement<OutHeaderResponseT> createOutHeaderResponse(OutHeaderResponseT value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<OutHeaderResponseT>
-
createInoutHeader
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<InoutHeaderT>
-
createInoutHeaderResponse
public jakarta.xml.bind.JAXBElement<InoutHeaderResponseT> createInoutHeaderResponse(InoutHeaderResponseT value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<InoutHeaderResponseT>
-
createPingMe
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PingMeT>
-
createPingMeResponse
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PingMeResponseT>
-
createFaultDetail
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FaultDetailT>
-