public class ObjectFactory
extends java.lang.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.eosps.v_2_0
|
public ObjectFactory()
public GetSensorAvailabilityResponseType createGetSensorAvailabilityResponseType()
GetSensorAvailabilityResponseTypepublic GetSensorAvailabilityType createGetSensorAvailabilityType()
GetSensorAvailabilityTypepublic SegmentType createSegmentType()
SegmentTypepublic GridCellType createGridCellType()
GridCellTypepublic ProgrammingStatusType createProgrammingStatusType()
ProgrammingStatusTypepublic FeasibilityStudyType createFeasibilityStudyType()
FeasibilityStudyTypepublic SubmitSegmentByIDType createSubmitSegmentByIDType()
SubmitSegmentByIDTypepublic ValidateType createValidateType()
ValidateTypepublic ValidateResponseType createValidateResponseType()
ValidateResponseTypepublic GridCellPropertyType createGridCellPropertyType()
GridCellPropertyTypepublic SegmentPropertyType createSegmentPropertyType()
SegmentPropertyTypepublic ProgrammingStatusPropertyType createProgrammingStatusPropertyType()
ProgrammingStatusPropertyTypepublic FeasibilityStudyPropertyType createFeasibilityStudyPropertyType()
FeasibilityStudyPropertyTypepublic GetSensorAvailabilityPropertyType createGetSensorAvailabilityPropertyType()
GetSensorAvailabilityPropertyTypepublic GetSensorAvailabilityResponsePropertyType createGetSensorAvailabilityResponsePropertyType()
GetSensorAvailabilityResponsePropertyTypepublic SubmitSegmentByIDPropertyType createSubmitSegmentByIDPropertyType()
SubmitSegmentByIDPropertyTypepublic ValidatePropertyType createValidatePropertyType()
ValidatePropertyTypepublic ValidateResponsePropertyType createValidateResponsePropertyType()
ValidateResponsePropertyTypepublic GetSensorAvailabilityResponseType.ResponsePeriod createGetSensorAvailabilityResponseTypeResponsePeriod()
GetSensorAvailabilityResponseType.ResponsePeriodpublic GetSensorAvailabilityResponseType.AvailabilityPeriod createGetSensorAvailabilityResponseTypeAvailabilityPeriod()
GetSensorAvailabilityResponseType.AvailabilityPeriodpublic GetSensorAvailabilityType.RequestPeriod createGetSensorAvailabilityTypeRequestPeriod()
GetSensorAvailabilityType.RequestPeriodpublic SegmentType.Footprint createSegmentTypeFootprint()
SegmentType.Footprintpublic GridCellType.Footprint createGridCellTypeFootprint()
GridCellType.Footprintpublic javax.xml.bind.JAXBElement<GridCellType> createGridCell(GridCellType value)
public javax.xml.bind.JAXBElement<SegmentType> createSegment(SegmentType value)
public javax.xml.bind.JAXBElement<ProgrammingStatusType> createProgrammingStatus(ProgrammingStatusType value)
public javax.xml.bind.JAXBElement<FeasibilityStudyType> createFeasibilityStudy(FeasibilityStudyType value)
public javax.xml.bind.JAXBElement<GetSensorAvailabilityType> createGetSensorAvailability(GetSensorAvailabilityType value)
public javax.xml.bind.JAXBElement<GetSensorAvailabilityResponseType> createGetSensorAvailabilityResponse(GetSensorAvailabilityResponseType value)
public javax.xml.bind.JAXBElement<SubmitSegmentByIDType> createSubmitSegmentByID(SubmitSegmentByIDType value)
public javax.xml.bind.JAXBElement<ValidateType> createValidate(ValidateType value)
public javax.xml.bind.JAXBElement<ValidateResponseType> createValidateResponse(ValidateResponseType value)
public javax.xml.bind.JAXBElement<java.lang.Boolean> createManualValidation(java.lang.Boolean value)
JAXBElement<Boolean>}public javax.xml.bind.JAXBElement<java.lang.String> createFeasibilityLevel(java.lang.String value)
JAXBElement<String>}public javax.xml.bind.JAXBElement<java.lang.String> createReferenceFeasibilityID(java.lang.String value)
JAXBElement<String>}Copyright © 2008-2021. All Rights Reserved.