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 v4.0.5",
date="2024-12-09T12:26:02-05: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 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
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- Returns:
- the new instance of
HeaderInfo
-
createInHeaderT
Create an instance ofInHeaderT- Returns:
- the new instance of
InHeaderT
-
createInHeaderResponseT
Create an instance ofInHeaderResponseT- Returns:
- the new instance of
InHeaderResponseT
-
createOutHeaderT
Create an instance ofOutHeaderT- Returns:
- the new instance of
OutHeaderT
-
createOutHeaderResponseT
Create an instance ofOutHeaderResponseT- Returns:
- the new instance of
OutHeaderResponseT
-
createInoutHeaderT
Create an instance ofInoutHeaderT- Returns:
- the new instance of
InoutHeaderT
-
createInoutHeaderResponseT
Create an instance ofInoutHeaderResponseT- Returns:
- the new instance of
InoutHeaderResponseT
-
createPingMeT
Create an instance ofPingMeT- Returns:
- the new instance of
PingMeT
-
createPingMeResponseT
Create an instance ofPingMeResponseT- Returns:
- the new instance of
PingMeResponseT
-
createFaultDetailT
Create an instance ofFaultDetailT- Returns:
- the new instance of
FaultDetailT
-
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>
-