Class ObjectFactory
- java.lang.Object
-
- uri.cxf_apache_org.jstest.types.any.ObjectFactory
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class ObjectFactory extends ObjectThis object contains factory methods for each Java content interface and Java element interface generated in the uri.cxf_apache_org.jstest.types.any 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: uri.cxf_apache_org.jstest.types.any
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AcceptAny1createAcceptAny1()Create an instance ofAcceptAny1AcceptAnyNcreateAcceptAnyN()Create an instance ofAcceptAnyNAcceptAnyOptionalcreateAcceptAnyOptional()Create an instance ofAcceptAnyOptionalReturnAny1createReturnAny1()Create an instance ofReturnAny1ReturnAnyNcreateReturnAnyN()Create an instance ofReturnAnyNReturnAnyOptionalcreateReturnAnyOptional()Create an instance ofReturnAnyOptional
-
-
-
Method Detail
-
createAcceptAny1
public AcceptAny1 createAcceptAny1()
Create an instance ofAcceptAny1
-
createAcceptAnyN
public AcceptAnyN createAcceptAnyN()
Create an instance ofAcceptAnyN
-
createAcceptAnyOptional
public AcceptAnyOptional createAcceptAnyOptional()
Create an instance ofAcceptAnyOptional
-
createReturnAny1
public ReturnAny1 createReturnAny1()
Create an instance ofReturnAny1
-
createReturnAnyN
public ReturnAnyN createReturnAnyN()
Create an instance ofReturnAnyN
-
createReturnAnyOptional
public ReturnAnyOptional createReturnAnyOptional()
Create an instance ofReturnAnyOptional
-
-