org.openspml.v2.msg.spmlref
Class HasReference
java.lang.Object
org.openspml.v2.msg.spml.Extensible
org.openspml.v2.msg.spml.ExtensibleMarshallable
org.openspml.v2.msg.spml.QueryClause
org.openspml.v2.msg.spmlref.HasReference
- All Implemented Interfaces:
- Marshallable, MarshallableElement, OpenContentContainer
- public class HasReference
- extends QueryClause
- Author:
- kent.spaulding@sun.com
Date: Feb 13, 2006
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 |
HasReference
public HasReference()
HasReference
public HasReference(PSOIdentifier toPsoID,
Extensible referenceData,
java.lang.String typeOfReference)
getToPsoID
public PSOIdentifier getToPsoID()
setToPsoID
public void setToPsoID(PSOIdentifier toPsoID)
getReferenceData
public Extensible getReferenceData()
setReferenceData
public void setReferenceData(Extensible referenceData)
getTypeOfReference
public java.lang.String getTypeOfReference()
setTypeOfReference
public void setTypeOfReference(java.lang.String typeOfReference)
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
- Overrides:
getNamespacesInfo
in class Extensible
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.