org.openspml.v2.profiles.spmldsml
Class AttributeDefinitionReferences

java.lang.Object
  extended byorg.openspml.v2.msg.spml.Extensible
      extended byorg.openspml.v2.profiles.spmldsml.ExtensibleElement
          extended byorg.openspml.v2.profiles.spmldsml.AttributeDefinitionReferences
All Implemented Interfaces:
MarshallableElement, OpenContentContainer

public class AttributeDefinitionReferences
extends org.openspml.v2.profiles.spmldsml.ExtensibleElement


Constructor Summary
AttributeDefinitionReferences()
           
AttributeDefinitionReferences(AttributeDefinitionReference[] references)
           
 
Method Summary
 void addAttributeDefinitionReference(AttributeDefinitionReference reference)
           
 void clearAttributeDefinitionReferences()
           
 boolean equals(java.lang.Object o)
           
 AttributeDefinitionReference[] getAttributeDefinitionReferences()
           
 PrefixAndNamespaceTuple[] getNamespacesInfo()
          We need to know the namespace of the class to include.
 int hashCode()
           
 boolean removeAttributeDefinitionReference(AttributeDefinitionReference reference)
           
 
Methods inherited from class org.openspml.v2.msg.spml.Extensible
addOpenContentAttr, addOpenContentAttr, addOpenContentElement, findOpenContentAttrValueByName, findOperationalAttrByName, findOperationalNVPByName, 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

AttributeDefinitionReferences

public AttributeDefinitionReferences()

AttributeDefinitionReferences

public AttributeDefinitionReferences(AttributeDefinitionReference[] references)
Method Detail

getAttributeDefinitionReferences

public AttributeDefinitionReference[] getAttributeDefinitionReferences()

addAttributeDefinitionReference

public void addAttributeDefinitionReference(AttributeDefinitionReference reference)

removeAttributeDefinitionReference

public boolean removeAttributeDefinitionReference(AttributeDefinitionReference reference)

clearAttributeDefinitionReferences

public void clearAttributeDefinitionReferences()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class Extensible

hashCode

public int hashCode()
Overrides:
hashCode in class Extensible

getNamespacesInfo

public PrefixAndNamespaceTuple[] getNamespacesInfo()
Description copied from interface: MarshallableElement
We need to know the namespace of the class to include.

Specified by:
getNamespacesInfo in interface MarshallableElement
Overrides:
getNamespacesInfo in class Extensible


Copyright © Sun Microsystems, Inc. All Rights Reserved.