org.boehn.kmlframework.kml
Class Update

java.lang.Object
  extended by org.boehn.kmlframework.kml.KmlObject
      extended by org.boehn.kmlframework.kml.Update

public class Update
extends KmlObject


Constructor Summary
Update()
           
 
Method Summary
 java.lang.String getTargetHref()
           
 java.util.List<UpdateElement> getUpdateElements()
           
 void setTargetHref(java.lang.String targetHref)
           
 void setUpdateElements(java.util.List<UpdateElement> updateElements)
           
 void write(Kml kml)
           
 void writeDelete(Kml kml)
           
 
Methods inherited from class org.boehn.kmlframework.kml.KmlObject
booleanToInt, enumToString, getId, getIdAndTargetIdFormatted, getTargetId, setId, setTargetId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Update

public Update()
Method Detail

getTargetHref

public java.lang.String getTargetHref()

setTargetHref

public void setTargetHref(java.lang.String targetHref)

getUpdateElements

public java.util.List<UpdateElement> getUpdateElements()

setUpdateElements

public void setUpdateElements(java.util.List<UpdateElement> updateElements)

write

public void write(Kml kml)
           throws KmlException
Specified by:
write in class KmlObject
Throws:
KmlException

writeDelete

public void writeDelete(Kml kml)
                 throws KmlException
Specified by:
writeDelete in class KmlObject
Throws:
KmlException