org.apache.muse.ws.dm.muws
Interface StateType
- All Superinterfaces:
- XmlSerializable
- All Known Implementing Classes:
- SimpleStateType
public interface StateType
- extends XmlSerializable
StateType represents the muws2:State property defined by the WSDM
State capability. This field can be
represented by an XML element that has one child; the child may also
have one child, creating a simple hierarchy of element names that
describe the relationship in increasing detail. The names of the
XML elements that are children to the muws2:State element are returned
by the getValues() method.
- Author:
- Dan Jemiolo (danj)
getValues
QName[] getValues()
- Returns:
- The names of the XML elements that are children to the
muws2:State element, with the element closest to the top
coming first, and the innermost child coming last.
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.