org.openspml.v2.msg.spml
Class Capability
java.lang.Object
org.openspml.v2.msg.spml.Extensible
org.openspml.v2.msg.spml.Capability
- All Implemented Interfaces:
- MarshallableElement, OpenContentContainer
- public class Capability
- extends Extensible
- Author:
- kent.spaulding@sun.com
Date: Feb 8, 2006
Methods inherited from class org.openspml.v2.msg.spml.Extensible |
addOpenContentAttr, addOpenContentAttr, addOpenContentElement, findOpenContentAttrValueByName, findOperationalAttrByName, findOperationalNVPByName, getNamespacesInfo, getOpenContentAttrs, getOpenContentElements, isValid, removeOpenContentAttr, removeOpenContentElement, setOpenContent, setOpenContentAttrs, setOpenContentElements |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Capability
public Capability()
Capability
public Capability(SchemaEntityRef[] appliesTo,
java.net.URI namespaceURI,
java.net.URI location)
getAppliesTo
public SchemaEntityRef[] getAppliesTo()
addAppliesTo
public void addAppliesTo(SchemaEntityRef appliesTo)
removeAppliesTo
public boolean removeAppliesTo(SchemaEntityRef appliesTo)
clearAppliesTo
public void clearAppliesTo(SchemaEntityRef appliesTo)
getNamespaceURI
public java.net.URI getNamespaceURI()
setNamespaceURI
public void setNamespaceURI(java.net.URI namespaceURI)
getLocation
public java.net.URI getLocation()
setLocation
public void setLocation(java.net.URI location)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class Extensible
hashCode
public int hashCode()
- Overrides:
hashCode
in class Extensible
Copyright © Sun Microsystems, Inc. All Rights Reserved.