org.apache.muse.ws.dm.muws
Interface RelationshipType

All Superinterfaces:
XmlSerializable
All Known Implementing Classes:
SimpleRelationshipType

public interface RelationshipType
extends XmlSerializable

RelationshipType represents the muws2:Type field in a WSDM relationship. 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:Type element are returned by the getValues() method.

Author:
Dan Jemiolo (danj)

Method Summary
 QName[] getValues()
           
 
Methods inherited from interface org.apache.muse.util.xml.XmlSerializable
toXML, toXML
 

Method Detail

getValues

QName[] getValues()
Returns:
The names of the XML elements that are children to the muws2:Type 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.