org.openspml.v2.msg.spml
Class Capability

java.lang.Object
  extended byorg.openspml.v2.msg.spml.Extensible
      extended byorg.openspml.v2.msg.spml.Capability
All Implemented Interfaces:
MarshallableElement, OpenContentContainer

public class Capability
extends Extensible

Author:
kent.spaulding@sun.com

Date: Feb 8, 2006


Constructor Summary
Capability()
           
Capability(SchemaEntityRef[] appliesTo, java.net.URI namespaceURI, java.net.URI location)
           
 
Method Summary
 void addAppliesTo(SchemaEntityRef appliesTo)
           
 void clearAppliesTo(SchemaEntityRef appliesTo)
           
 boolean equals(java.lang.Object o)
           
 SchemaEntityRef[] getAppliesTo()
           
 java.net.URI getLocation()
           
 java.net.URI getNamespaceURI()
           
 int hashCode()
           
 boolean removeAppliesTo(SchemaEntityRef appliesTo)
           
 void setLocation(java.net.URI location)
           
 void setNamespaceURI(java.net.URI namespaceURI)
           
 
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
 

Constructor Detail

Capability

public Capability()

Capability

public Capability(SchemaEntityRef[] appliesTo,
                  java.net.URI namespaceURI,
                  java.net.URI location)
Method Detail

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.