org.openspml.v2.profiles.dsml
Class EqualityMatch

java.lang.Object
  extended byorg.openspml.v2.profiles.dsml.FilterItem
      extended byorg.openspml.v2.profiles.dsml.NamedFilterItem
          extended byorg.openspml.v2.profiles.dsml.AttributeValueAssertion
              extended byorg.openspml.v2.profiles.dsml.EqualityMatch
All Implemented Interfaces:
DSMLUnmarshaller.Parseable

public class EqualityMatch
extends org.openspml.v2.profiles.dsml.AttributeValueAssertion

This is the for matching attribute values.

 <xsd:element name="equalityMatch" type="AttributeValueAssertion"/> 


Constructor Summary
protected EqualityMatch()
           
  EqualityMatch(java.lang.String name, java.lang.String value)
           
  EqualityMatch(java.lang.String name, Value value)
           
 
Method Summary
protected  void addSubclassAttributes(XmlBuffer buffer)
           
protected  void addSubclassElements(XmlBuffer buffer)
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getName()
           
 Value getValue()
           
 int hashCode()
           
 void parseXml(DSMLUnmarshaller um, java.lang.Object e)
           
 void setName(java.lang.String name)
           
 void setValue(Value value)
           
protected  void toXML(java.lang.String s, XmlBuffer buffer)
           
protected  void toXML(XmlBuffer buffer)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EqualityMatch

protected EqualityMatch()

EqualityMatch

public EqualityMatch(java.lang.String name,
                     java.lang.String value)
              throws DSMLProfileException

EqualityMatch

public EqualityMatch(java.lang.String name,
                     Value value)
              throws DSMLProfileException
Method Detail

toXML

protected void toXML(XmlBuffer buffer)
              throws DSMLProfileException
Throws:
DSMLProfileException

addSubclassElements

protected void addSubclassElements(XmlBuffer buffer)
                            throws DSMLProfileException
Throws:
DSMLProfileException

parseXml

public void parseXml(DSMLUnmarshaller um,
                     java.lang.Object e)
              throws DSMLProfileException
Throws:
DSMLProfileException

getValue

public Value getValue()

setValue

public void setValue(Value value)

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)
             throws DSMLProfileException
Throws:
DSMLProfileException

addSubclassAttributes

protected void addSubclassAttributes(XmlBuffer buffer)
                              throws DSMLProfileException
Throws:
DSMLProfileException

toXML

protected void toXML(java.lang.String s,
                     XmlBuffer buffer)
              throws DSMLProfileException
Throws:
DSMLProfileException


Copyright © Sun Microsystems, Inc. All Rights Reserved.