Uses of Class
net.opengis.eosps.v_2_0.SegmentPropertyType
-
-
Uses of SegmentPropertyType in net.opengis.eosps.v_2_0
Fields in net.opengis.eosps.v_2_0 with type parameters of type SegmentPropertyType Modifier and Type Field Description protected List<SegmentPropertyType>FeasibilityStudyType. segmentprotected List<SegmentPropertyType>ProgrammingStatusType. segmentMethods in net.opengis.eosps.v_2_0 that return SegmentPropertyType Modifier and Type Method Description SegmentPropertyTypeObjectFactory. createSegmentPropertyType()Create an instance ofSegmentPropertyTypeSegmentPropertyTypeSegmentPropertyType. withSegment(SegmentType value)Methods in net.opengis.eosps.v_2_0 that return types with arguments of type SegmentPropertyType Modifier and Type Method Description List<SegmentPropertyType>FeasibilityStudyType. getSegment()Gets the value of the segment property.List<SegmentPropertyType>ProgrammingStatusType. getSegment()Gets the value of the segment property.Methods in net.opengis.eosps.v_2_0 with parameters of type SegmentPropertyType Modifier and Type Method Description FeasibilityStudyTypeFeasibilityStudyType. withSegment(SegmentPropertyType... values)ProgrammingStatusTypeProgrammingStatusType. withSegment(SegmentPropertyType... values)Method parameters in net.opengis.eosps.v_2_0 with type arguments of type SegmentPropertyType Modifier and Type Method Description voidFeasibilityStudyType. setSegment(List<SegmentPropertyType> value)voidProgrammingStatusType. setSegment(List<SegmentPropertyType> value)FeasibilityStudyTypeFeasibilityStudyType. withSegment(Collection<SegmentPropertyType> values)FeasibilityStudyTypeFeasibilityStudyType. withSegment(List<SegmentPropertyType> value)ProgrammingStatusTypeProgrammingStatusType. withSegment(Collection<SegmentPropertyType> values)ProgrammingStatusTypeProgrammingStatusType. withSegment(List<SegmentPropertyType> value)
-