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.csw.v_2_0_2
|
public ObjectFactory()
public DCMIRecordType createDCMIRecordType()
DCMIRecordType
public BriefRecordType createBriefRecordType()
BriefRecordType
public SummaryRecordType createSummaryRecordType()
SummaryRecordType
public RecordType createRecordType()
RecordType
public GetCapabilitiesType createGetCapabilitiesType()
GetCapabilitiesType
public CapabilitiesType createCapabilitiesType()
CapabilitiesType
public DescribeRecordType createDescribeRecordType()
DescribeRecordType
public DescribeRecordResponseType createDescribeRecordResponseType()
DescribeRecordResponseType
public GetRecordsType createGetRecordsType()
GetRecordsType
public QueryConstraintType createQueryConstraintType()
QueryConstraintType
public ElementSetNameType createElementSetNameType()
ElementSetNameType
public GetRecordsResponseType createGetRecordsResponseType()
GetRecordsResponseType
public GetRecordByIdType createGetRecordByIdType()
GetRecordByIdType
public GetRecordByIdResponseType createGetRecordByIdResponseType()
GetRecordByIdResponseType
public GetDomainType createGetDomainType()
GetDomainType
public GetDomainResponseType createGetDomainResponseType()
GetDomainResponseType
public AcknowledgementType createAcknowledgementType()
AcknowledgementType
public TransactionType createTransactionType()
TransactionType
public RecordPropertyType createRecordPropertyType()
RecordPropertyType
public TransactionResponseType createTransactionResponseType()
TransactionResponseType
public HarvestType createHarvestType()
HarvestType
public HarvestResponseType createHarvestResponseType()
HarvestResponseType
public SchemaComponentType createSchemaComponentType()
SchemaComponentType
public DistributedSearchType createDistributedSearchType()
DistributedSearchType
public RequestStatusType createRequestStatusType()
RequestStatusType
public SearchResultsType createSearchResultsType()
SearchResultsType
public DomainValuesType createDomainValuesType()
DomainValuesType
public ListOfValuesType createListOfValuesType()
ListOfValuesType
public ConceptualSchemeType createConceptualSchemeType()
ConceptualSchemeType
public RangeOfValuesType createRangeOfValuesType()
RangeOfValuesType
public EchoedRequestType createEchoedRequestType()
EchoedRequestType
public InsertType createInsertType()
InsertType
public UpdateType createUpdateType()
UpdateType
public DeleteType createDeleteType()
DeleteType
public TransactionSummaryType createTransactionSummaryType()
TransactionSummaryType
public InsertResultType createInsertResultType()
InsertResultType
public JAXBElement<AbstractRecordType> createAbstractRecord(AbstractRecordType value)
public JAXBElement<DCMIRecordType> createDCMIRecord(DCMIRecordType value)
public JAXBElement<BriefRecordType> createBriefRecord(BriefRecordType value)
public JAXBElement<SummaryRecordType> createSummaryRecord(SummaryRecordType value)
public JAXBElement<RecordType> createRecord(RecordType value)
public JAXBElement<GetCapabilitiesType> createGetCapabilities(GetCapabilitiesType value)
public JAXBElement<CapabilitiesType> createCapabilities(CapabilitiesType value)
public JAXBElement<DescribeRecordType> createDescribeRecord(DescribeRecordType value)
public JAXBElement<DescribeRecordResponseType> createDescribeRecordResponse(DescribeRecordResponseType value)
public JAXBElement<GetRecordsType> createGetRecords(GetRecordsType value)
public JAXBElement<AbstractQueryType> createAbstractQuery(AbstractQueryType value)
public JAXBElement<QueryType> createQuery(QueryType value)
public JAXBElement<QueryConstraintType> createConstraint(QueryConstraintType value)
public JAXBElement<ElementSetNameType> createElementSetName(ElementSetNameType value)
public JAXBElement<GetRecordsResponseType> createGetRecordsResponse(GetRecordsResponseType value)
public JAXBElement<GetRecordByIdType> createGetRecordById(GetRecordByIdType value)
public JAXBElement<GetRecordByIdResponseType> createGetRecordByIdResponse(GetRecordByIdResponseType value)
public JAXBElement<GetDomainType> createGetDomain(GetDomainType value)
public JAXBElement<GetDomainResponseType> createGetDomainResponse(GetDomainResponseType value)
public JAXBElement<AcknowledgementType> createAcknowledgement(AcknowledgementType value)
public JAXBElement<TransactionType> createTransaction(TransactionType value)
public JAXBElement<RecordPropertyType> createRecordProperty(RecordPropertyType value)
public JAXBElement<TransactionResponseType> createTransactionResponse(TransactionResponseType value)
public JAXBElement<HarvestType> createHarvest(HarvestType value)
public JAXBElement<HarvestResponseType> createHarvestResponse(HarvestResponseType value)
This work is licensed under a Creative Commons Attribution 4.0 International License.