|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.boehn.kmlframework.kml.KmlObject
org.boehn.kmlframework.kml.Schema
public class Schema
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 |
---|
public Schema()
public Schema(java.util.List<SimpleField> simpleFields)
Method Detail |
---|
public java.util.List<SimpleField> getSimpleFields()
public void setSimpleFields(java.util.List<SimpleField> simpleFields)
public void write(Kml kml) throws KmlException
write
in class KmlObject
KmlException
public void writeDelete(Kml kml) throws KmlException
writeDelete
in class KmlObject
KmlException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |