Uses of Class
net.opengis.sps.v_2_0.DataAvailableType.DataReference
-
-
Uses of DataAvailableType.DataReference in net.opengis.sps.v_2_0
Fields in net.opengis.sps.v_2_0 with type parameters of type DataAvailableType.DataReference Modifier and Type Field Description protected List<DataAvailableType.DataReference>DataAvailableType. dataReferenceMethods in net.opengis.sps.v_2_0 that return DataAvailableType.DataReference Modifier and Type Method Description DataAvailableType.DataReferenceObjectFactory. createDataAvailableTypeDataReference()Create an instance ofDataAvailableType.DataReferenceDataAvailableType.DataReferenceDataAvailableType.DataReference. withReferenceGroup(ReferenceGroupType value)Methods in net.opengis.sps.v_2_0 that return types with arguments of type DataAvailableType.DataReference Modifier and Type Method Description List<DataAvailableType.DataReference>DataAvailableType. getDataReference()Gets the value of the dataReference property.Methods in net.opengis.sps.v_2_0 with parameters of type DataAvailableType.DataReference Modifier and Type Method Description DataAvailableTypeDataAvailableType. withDataReference(DataAvailableType.DataReference... values)Method parameters in net.opengis.sps.v_2_0 with type arguments of type DataAvailableType.DataReference Modifier and Type Method Description voidDataAvailableType. setDataReference(List<DataAvailableType.DataReference> value)DataAvailableTypeDataAvailableType. withDataReference(Collection<DataAvailableType.DataReference> values)DataAvailableTypeDataAvailableType. withDataReference(List<DataAvailableType.DataReference> value)Constructor parameters in net.opengis.sps.v_2_0 with type arguments of type DataAvailableType.DataReference Constructor Description DataAvailableType(List<DataAvailableType.DataReference> dataReference)Fully-initialising value constructor
-