org.openspml.v2.profiles.spmldsml
Class ObjectClassDefinition
java.lang.Object
org.openspml.v2.msg.spml.Extensible
org.openspml.v2.profiles.spmldsml.ExtensibleElement
org.openspml.v2.profiles.spmldsml.ObjectClassDefinition
- All Implemented Interfaces:
- MarshallableElement, OpenContentContainer
- public class ObjectClassDefinition
- extends org.openspml.v2.profiles.spmldsml.ExtensibleElement
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 |
ObjectClassDefinition
public ObjectClassDefinition()
ObjectClassDefinition
public ObjectClassDefinition(java.lang.String name,
AttributeDefinitionReferences memberAttributes,
ObjectClassDefinitionReferences superiorClasses,
java.lang.String description)
ObjectClassDefinition
public ObjectClassDefinition(java.lang.String name,
AttributeDefinitionReferences memberAttributes,
ObjectClassDefinitionReferences superiorClasses)
ObjectClassDefinition
public ObjectClassDefinition(java.lang.String name,
AttributeDefinitionReferences memberAttributes)
ObjectClassDefinition
public ObjectClassDefinition(java.lang.String name)
getMemberAttributes
public AttributeDefinitionReferences getMemberAttributes()
setMemberAttributes
public void setMemberAttributes(AttributeDefinitionReferences memberAttributes)
getSuperiorClasses
public ObjectClassDefinitionReferences getSuperiorClasses()
setSuperiorClasses
public void setSuperiorClasses(ObjectClassDefinitionReferences superiorClasses)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getNamespacesInfo
public PrefixAndNamespaceTuple[] getNamespacesInfo()
- Description copied from interface:
MarshallableElement
- We need to know the namespace of the class to include.
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.