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

java.lang.Object
  extended by org.apache.muse.ws.dm.muws.impl.SimpleRelationshipType
All Implemented Interfaces:
XmlSerializable, RelationshipType

public class SimpleRelationshipType
extends Object
implements RelationshipType

SimpleRelationshipType represents simple and complex relationship types for the RelationshipResource capability. It is commonly used to create static fields representing an enumeration of well-defined relationships.

Author:
Dan Jemiolo (danj)

Constructor Summary
SimpleRelationshipType(Element xml)
           
SimpleRelationshipType(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

SimpleRelationshipType

public SimpleRelationshipType(Element xml)

SimpleRelationshipType

public SimpleRelationshipType(QName[] values)
Method Detail

getValues

public QName[] getValues()
Specified by:
getValues in interface RelationshipType

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.