Package net.opengis.eosps.v_2_0
Class ObjectFactory
- java.lang.Object
-
- net.opengis.eosps.v_2_0.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the net.opengis.eosps.v_2_0 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: net.opengis.eosps.v_2_0
-
Method Summary
-
-
-
Method Detail
-
createGetSensorAvailabilityResponseType
public GetSensorAvailabilityResponseType createGetSensorAvailabilityResponseType()
Create an instance ofGetSensorAvailabilityResponseType
-
createGetSensorAvailabilityType
public GetSensorAvailabilityType createGetSensorAvailabilityType()
Create an instance ofGetSensorAvailabilityType
-
createSegmentType
public SegmentType createSegmentType()
Create an instance ofSegmentType
-
createGridCellType
public GridCellType createGridCellType()
Create an instance ofGridCellType
-
createProgrammingStatusType
public ProgrammingStatusType createProgrammingStatusType()
Create an instance ofProgrammingStatusType
-
createFeasibilityStudyType
public FeasibilityStudyType createFeasibilityStudyType()
Create an instance ofFeasibilityStudyType
-
createSubmitSegmentByIDType
public SubmitSegmentByIDType createSubmitSegmentByIDType()
Create an instance ofSubmitSegmentByIDType
-
createValidateType
public ValidateType createValidateType()
Create an instance ofValidateType
-
createValidateResponseType
public ValidateResponseType createValidateResponseType()
Create an instance ofValidateResponseType
-
createGridCellPropertyType
public GridCellPropertyType createGridCellPropertyType()
Create an instance ofGridCellPropertyType
-
createSegmentPropertyType
public SegmentPropertyType createSegmentPropertyType()
Create an instance ofSegmentPropertyType
-
createProgrammingStatusPropertyType
public ProgrammingStatusPropertyType createProgrammingStatusPropertyType()
Create an instance ofProgrammingStatusPropertyType
-
createFeasibilityStudyPropertyType
public FeasibilityStudyPropertyType createFeasibilityStudyPropertyType()
Create an instance ofFeasibilityStudyPropertyType
-
createGetSensorAvailabilityPropertyType
public GetSensorAvailabilityPropertyType createGetSensorAvailabilityPropertyType()
Create an instance ofGetSensorAvailabilityPropertyType
-
createGetSensorAvailabilityResponsePropertyType
public GetSensorAvailabilityResponsePropertyType createGetSensorAvailabilityResponsePropertyType()
Create an instance ofGetSensorAvailabilityResponsePropertyType
-
createSubmitSegmentByIDPropertyType
public SubmitSegmentByIDPropertyType createSubmitSegmentByIDPropertyType()
Create an instance ofSubmitSegmentByIDPropertyType
-
createValidatePropertyType
public ValidatePropertyType createValidatePropertyType()
Create an instance ofValidatePropertyType
-
createValidateResponsePropertyType
public ValidateResponsePropertyType createValidateResponsePropertyType()
Create an instance ofValidateResponsePropertyType
-
createGetSensorAvailabilityResponseTypeResponsePeriod
public GetSensorAvailabilityResponseType.ResponsePeriod createGetSensorAvailabilityResponseTypeResponsePeriod()
Create an instance ofGetSensorAvailabilityResponseType.ResponsePeriod
-
createGetSensorAvailabilityResponseTypeAvailabilityPeriod
public GetSensorAvailabilityResponseType.AvailabilityPeriod createGetSensorAvailabilityResponseTypeAvailabilityPeriod()
Create an instance ofGetSensorAvailabilityResponseType.AvailabilityPeriod
-
createGetSensorAvailabilityTypeRequestPeriod
public GetSensorAvailabilityType.RequestPeriod createGetSensorAvailabilityTypeRequestPeriod()
Create an instance ofGetSensorAvailabilityType.RequestPeriod
-
createSegmentTypeFootprint
public SegmentType.Footprint createSegmentTypeFootprint()
Create an instance ofSegmentType.Footprint
-
createGridCellTypeFootprint
public GridCellType.Footprint createGridCellTypeFootprint()
Create an instance ofGridCellType.Footprint
-
createGridCell
public jakarta.xml.bind.JAXBElement<GridCellType> createGridCell(GridCellType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GridCellType>
-
createSegment
public jakarta.xml.bind.JAXBElement<SegmentType> createSegment(SegmentType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SegmentType>
-
createProgrammingStatus
public jakarta.xml.bind.JAXBElement<ProgrammingStatusType> createProgrammingStatus(ProgrammingStatusType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProgrammingStatusType>
-
createFeasibilityStudy
public jakarta.xml.bind.JAXBElement<FeasibilityStudyType> createFeasibilityStudy(FeasibilityStudyType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FeasibilityStudyType>
-
createGetSensorAvailability
public jakarta.xml.bind.JAXBElement<GetSensorAvailabilityType> createGetSensorAvailability(GetSensorAvailabilityType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetSensorAvailabilityType>
-
createGetSensorAvailabilityResponse
public jakarta.xml.bind.JAXBElement<GetSensorAvailabilityResponseType> createGetSensorAvailabilityResponse(GetSensorAvailabilityResponseType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetSensorAvailabilityResponseType>
-
createSubmitSegmentByID
public jakarta.xml.bind.JAXBElement<SubmitSegmentByIDType> createSubmitSegmentByID(SubmitSegmentByIDType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SubmitSegmentByIDType>
-
createValidate
public jakarta.xml.bind.JAXBElement<ValidateType> createValidate(ValidateType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ValidateType>
-
createValidateResponse
public jakarta.xml.bind.JAXBElement<ValidateResponseType> createValidateResponse(ValidateResponseType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ValidateResponseType>
-
createManualValidation
public jakarta.xml.bind.JAXBElement<Boolean> createManualValidation(Boolean value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Boolean>
-
createFeasibilityLevel
public jakarta.xml.bind.JAXBElement<String> createFeasibilityLevel(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
-