org.apache.muse.ws.dm.muws.impl
Class SimpleStateType
java.lang.Object
org.apache.muse.ws.dm.muws.impl.SimpleStateType
- All Implemented Interfaces:
- XmlSerializable, StateType
public class SimpleStateType
- extends Object
- implements StateType
SimpleStateType represents state values for the State
capability. It is commonly used to create static fields representing
an enumeration of well-defined states.
- Author:
- Dan Jemiolo (danj)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleStateType
public SimpleStateType(Element xml)
SimpleStateType
public SimpleStateType(QName[] values)
getValues
public QName[] getValues()
- Specified by:
getValues
in interface StateType
toXML
public Element toXML()
- Specified by:
toXML
in interface XmlSerializable
toXML
public Element toXML(Document doc)
- Specified by:
toXML
in interface XmlSerializable
Copyright © 2013 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.