org.openspml.v2.profiles.dsml
Class AttributeDescription
java.lang.Object
org.openspml.v2.profiles.dsml.FilterItem
org.openspml.v2.profiles.dsml.NamedFilterItem
org.openspml.v2.profiles.dsml.BasicAttributeDescription
org.openspml.v2.profiles.dsml.AttributeDescription
- All Implemented Interfaces:
- DSMLUnmarshaller.Parseable
- public class AttributeDescription
- extends org.openspml.v2.profiles.dsml.BasicAttributeDescription
From DSML 2.0 - this is the base of assertion classes like
EqualityMatch.
<xsd:complexType name="AttributeDescription">
<xsd:attribute name="name" type="AttributeDescriptionValue" use="required"/>
</xsd:complexType>
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
AttributeDescription
protected AttributeDescription()
AttributeDescription
public AttributeDescription(java.lang.String name)
throws DSMLProfileException
toXML
protected void toXML(XmlBuffer buffer)
throws DSMLProfileException
- Throws:
DSMLProfileException
toXML
protected void toXML(java.lang.String s,
XmlBuffer buffer)
throws DSMLProfileException
- Throws:
DSMLProfileException
parseXml
public void parseXml(DSMLUnmarshaller um,
java.lang.Object e)
throws DSMLProfileException
- Throws:
DSMLProfileException
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
throws DSMLProfileException
- Throws:
DSMLProfileException
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
addSubclassAttributes
protected void addSubclassAttributes(XmlBuffer buffer)
throws DSMLProfileException
- Throws:
DSMLProfileException
addSubclassElements
protected void addSubclassElements(XmlBuffer buffer)
throws DSMLProfileException
- Throws:
DSMLProfileException
Copyright © Sun Microsystems, Inc. All Rights Reserved.