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.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 jakarta.xml.bind.JAXBElement<GridCellType> createGridCell(GridCellType value)
value - Java instance representing xml element's value.JAXBElement<GridCellType>public jakarta.xml.bind.JAXBElement<SegmentType> createSegment(SegmentType value)
value - Java instance representing xml element's value.JAXBElement<SegmentType>public jakarta.xml.bind.JAXBElement<ProgrammingStatusType> createProgrammingStatus(ProgrammingStatusType value)
value - Java instance representing xml element's value.JAXBElement<ProgrammingStatusType>public jakarta.xml.bind.JAXBElement<FeasibilityStudyType> createFeasibilityStudy(FeasibilityStudyType value)
value - Java instance representing xml element's value.JAXBElement<FeasibilityStudyType>public jakarta.xml.bind.JAXBElement<GetSensorAvailabilityType> createGetSensorAvailability(GetSensorAvailabilityType value)
value - Java instance representing xml element's value.JAXBElement<GetSensorAvailabilityType>public jakarta.xml.bind.JAXBElement<GetSensorAvailabilityResponseType> createGetSensorAvailabilityResponse(GetSensorAvailabilityResponseType value)
value - Java instance representing xml element's value.JAXBElement<GetSensorAvailabilityResponseType>public jakarta.xml.bind.JAXBElement<SubmitSegmentByIDType> createSubmitSegmentByID(SubmitSegmentByIDType value)
value - Java instance representing xml element's value.JAXBElement<SubmitSegmentByIDType>public jakarta.xml.bind.JAXBElement<ValidateType> createValidate(ValidateType value)
value - Java instance representing xml element's value.JAXBElement<ValidateType>public jakarta.xml.bind.JAXBElement<ValidateResponseType> createValidateResponse(ValidateResponseType value)
value - Java instance representing xml element's value.JAXBElement<ValidateResponseType>public jakarta.xml.bind.JAXBElement<Boolean> createManualValidation(Boolean value)
value - Java instance representing xml element's value.JAXBElement<Boolean>public jakarta.xml.bind.JAXBElement<String> createFeasibilityLevel(String value)
value - Java instance representing xml element's value.JAXBElement<String>Copyright © 2008–2023. All rights reserved.