Uses of Class
net.opengis.kml.v_2_3.UpdateType

Uses of UpdateType in net.opengis.kml.v_2_3
 

Fields in net.opengis.kml.v_2_3 declared as UpdateType
protected  UpdateType NetworkLinkControlType.update
           
protected  UpdateType AnimatedUpdateType.update
           
 

Methods in net.opengis.kml.v_2_3 that return UpdateType
 UpdateType ObjectFactory.createUpdateType()
          Create an instance of UpdateType
 UpdateType NetworkLinkControlType.getUpdate()
          Gets the value of the update property.
 UpdateType AnimatedUpdateType.getUpdate()
          Gets the value of the update property.
 UpdateType UpdateType.withAbstractUpdateOptionGroup(Collection<JAXBElement<?>> values)
           
 UpdateType UpdateType.withAbstractUpdateOptionGroup(JAXBElement<?>... values)
           
 UpdateType UpdateType.withAbstractUpdateOptionGroup(List<JAXBElement<?>> value)
           
 UpdateType UpdateType.withTargetHref(String value)
           
 UpdateType UpdateType.withUpdateExtensionGroup(Collection<Object> values)
           
 UpdateType UpdateType.withUpdateExtensionGroup(List<Object> value)
           
 UpdateType UpdateType.withUpdateExtensionGroup(Object... values)
           
 

Methods in net.opengis.kml.v_2_3 that return types with arguments of type UpdateType
 JAXBElement<UpdateType> ObjectFactory.createUpdate(UpdateType value)
          Create an instance of JAXBElement<UpdateType>}
 

Methods in net.opengis.kml.v_2_3 with parameters of type UpdateType
 JAXBElement<UpdateType> ObjectFactory.createUpdate(UpdateType value)
          Create an instance of JAXBElement<UpdateType>}
 void NetworkLinkControlType.setUpdate(UpdateType value)
          Sets the value of the update property.
 void AnimatedUpdateType.setUpdate(UpdateType value)
          Sets the value of the update property.
 NetworkLinkControlType NetworkLinkControlType.withUpdate(UpdateType value)
           
 AnimatedUpdateType AnimatedUpdateType.withUpdate(UpdateType value)
           
 



Copyright © 2008-2015. All Rights Reserved.