org.openspml.v2.util.xml
Class OperationalNameValuePair
java.lang.Object
org.openspml.v2.util.xml.BasicMarshallableElement
org.openspml.v2.util.xml.BasicMarshallable
org.openspml.v2.util.xml.BasicOCEAndMarshallable
org.openspml.v2.util.xml.OperationalNameValuePair
- All Implemented Interfaces:
- Marshallable, MarshallableElement, OpenContentElement
- public class OperationalNameValuePair
- extends BasicOCEAndMarshallable
- Author:
- Kent Spaulding
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
OperationalNameValuePair
public OperationalNameValuePair()
OperationalNameValuePair
public OperationalNameValuePair(java.lang.String name,
java.lang.String value)
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.