org.apache.muse.ws.dm.muws.impl
Class SimpleStateType

java.lang.Object
  extended by 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)

Constructor Summary
SimpleStateType(Element xml)
           
SimpleStateType(QName[] values)
           
 
Method Summary
 QName[] getValues()
           
 Element toXML()
           
 Element toXML(Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleStateType

public SimpleStateType(Element xml)

SimpleStateType

public SimpleStateType(QName[] values)
Method Detail

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.