public class ObjectFactory extends Object
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 and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.cat.wrs.v_1_0_2
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AnyValueType> |
createAnyValue(AnyValueType value)
|
AnyValueType |
createAnyValueType()
Create an instance of
AnyValueType |
JAXBElement<CapabilitiesType> |
createCapabilities(CapabilitiesType value)
|
JAXBElement<ExtrinsicObjectType> |
createExtrinsicObject(ExtrinsicObjectType value)
|
ExtrinsicObjectType |
createExtrinsicObjectType()
Create an instance of
ExtrinsicObjectType |
JAXBElement<RecordIdType> |
createRecordId(RecordIdType value)
|
RecordIdType |
createRecordIdType()
Create an instance of
RecordIdType |
SimpleAttrsType |
createSimpleAttrsType()
Create an instance of
SimpleAttrsType |
JAXBElement<ValueListType> |
createValueList(ValueListType value)
|
ValueListType |
createValueListType()
Create an instance of
ValueListType |
public ObjectFactory()
public RecordIdType createRecordIdType()
RecordIdType
public ExtrinsicObjectType createExtrinsicObjectType()
ExtrinsicObjectType
public ValueListType createValueListType()
ValueListType
public AnyValueType createAnyValueType()
AnyValueType
public SimpleAttrsType createSimpleAttrsType()
SimpleAttrsType
public JAXBElement<CapabilitiesType> createCapabilities(CapabilitiesType value)
public JAXBElement<RecordIdType> createRecordId(RecordIdType value)
public JAXBElement<ExtrinsicObjectType> createExtrinsicObject(ExtrinsicObjectType value)
public JAXBElement<ValueListType> createValueList(ValueListType value)
public JAXBElement<AnyValueType> createAnyValue(AnyValueType value)
This work is licensed under a Creative Commons Attribution 4.0 International License.