org.boehn.kmlframework.kml
Class Schema

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

public class Schema
extends KmlObject


Constructor Summary
Schema()
           
Schema(java.util.List<SimpleField> simpleFields)
           
 
Method Summary
 java.util.List<SimpleField> getSimpleFields()
           
 void setSimpleFields(java.util.List<SimpleField> simpleFields)
           
 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

Schema

public Schema()

Schema

public Schema(java.util.List<SimpleField> simpleFields)
Method Detail

getSimpleFields

public java.util.List<SimpleField> getSimpleFields()

setSimpleFields

public void setSimpleFields(java.util.List<SimpleField> simpleFields)

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