org.apache.muse.ws.dm.muws.impl
Class SimpleRelationshipType
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleRelationshipType
public SimpleRelationshipType(Element xml)
SimpleRelationshipType
public SimpleRelationshipType(QName[] values)
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.