Uses of Class
net.opengis.sos.v_2_0.ContentsType

Uses of ContentsType in net.opengis.sos.v_2_0
 

Fields in net.opengis.sos.v_2_0 declared as ContentsType
protected  ContentsType ContentsPropertyType.contents
           
protected  ContentsType CapabilitiesType.Contents.contents
           
 

Methods in net.opengis.sos.v_2_0 that return ContentsType
 ContentsType ObjectFactory.createContentsType()
          Create an instance of ContentsType
 ContentsType ContentsPropertyType.getContents()
          Gets the value of the contents property.
 ContentsType CapabilitiesType.Contents.getContents()
          Gets the value of the contents property.
 ContentsType ContentsType.withFeatureOfInterestType(Collection<String> values)
           
 ContentsType ContentsType.withFeatureOfInterestType(List<String> value)
           
 ContentsType ContentsType.withFeatureOfInterestType(String... values)
           
 ContentsType ContentsType.withObservationType(Collection<String> values)
           
 ContentsType ContentsType.withObservationType(List<String> value)
           
 ContentsType ContentsType.withObservationType(String... values)
           
 ContentsType ContentsType.withResponseFormat(Collection<String> values)
           
 ContentsType ContentsType.withResponseFormat(List<String> value)
           
 ContentsType ContentsType.withResponseFormat(String... values)
           
 

Methods in net.opengis.sos.v_2_0 that return types with arguments of type ContentsType
 JAXBElement<ContentsType> ObjectFactory.createContents(ContentsType value)
          Create an instance of JAXBElement<ContentsType>}
 

Methods in net.opengis.sos.v_2_0 with parameters of type ContentsType
 JAXBElement<ContentsType> ObjectFactory.createContents(ContentsType value)
          Create an instance of JAXBElement<ContentsType>}
 void ContentsPropertyType.setContents(ContentsType value)
          Sets the value of the contents property.
 void CapabilitiesType.Contents.setContents(ContentsType value)
          Sets the value of the contents property.
 ContentsPropertyType ContentsPropertyType.withContents(ContentsType value)
           
 CapabilitiesType.Contents CapabilitiesType.Contents.withContents(ContentsType value)
           
 



Copyright © 2008-2015. All Rights Reserved.