org.openspml.v2.util.xml
Class OperationalNameValuePair

java.lang.Object
  extended byorg.openspml.v2.util.xml.BasicMarshallableElement
      extended byorg.openspml.v2.util.xml.BasicMarshallable
          extended byorg.openspml.v2.util.xml.BasicOCEAndMarshallable
              extended byorg.openspml.v2.util.xml.OperationalNameValuePair
All Implemented Interfaces:
Marshallable, MarshallableElement, OpenContentElement

public class OperationalNameValuePair
extends BasicOCEAndMarshallable

Author:
Kent Spaulding

Field Summary
 
Fields inherited from class org.openspml.v2.util.xml.BasicOCEAndMarshallable
mMarshaller, mUnmarshaller
 
Fields inherited from interface org.openspml.v2.msg.OpenContentElement
code_id
 
Fields inherited from interface org.openspml.v2.msg.Marshallable
code_id
 
Constructor Summary
OperationalNameValuePair()
           
OperationalNameValuePair(java.lang.String name, java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getName()
           
 PrefixAndNamespaceTuple[] getNamespacesInfo()
          We need to know the namespace of the class to include.
 java.lang.String getValue()
           
 int hashCode()
           
 boolean isValid()
          Is this ready to go or are there syntax errors, like missing required fields?
 void setName(java.lang.String name)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class org.openspml.v2.util.xml.BasicOCEAndMarshallable
fromXML, toXML, toXML
 
Methods inherited from class org.openspml.v2.util.xml.BasicMarshallable
toXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationalNameValuePair

public OperationalNameValuePair()

OperationalNameValuePair

public OperationalNameValuePair(java.lang.String name,
                                java.lang.String value)
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

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
Specified by:
getNamespacesInfo in class BasicMarshallableElement

isValid

public boolean isValid()
Description copied from interface: MarshallableElement
Is this ready to go or are there syntax errors, like missing required fields?

Specified by:
isValid in interface MarshallableElement
Specified by:
isValid in class BasicMarshallableElement

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()


Copyright © Sun Microsystems, Inc. All Rights Reserved.