org.openspml.v2.msg.spml
Class PSOIdentifier
java.lang.Object
org.openspml.v2.msg.spml.Extensible
org.openspml.v2.msg.spml.Identifier
org.openspml.v2.msg.spml.PSOIdentifier
- All Implemented Interfaces:
- MarshallableElement, OpenContentContainer
- public class PSOIdentifier
- extends Identifier
- Author:
- kent.spaulding@sun.com
Date: Feb 2, 2006
Methods inherited from class org.openspml.v2.msg.spml.Extensible |
addOpenContentAttr, addOpenContentAttr, addOpenContentElement, findOpenContentAttrValueByName, findOperationalAttrByName, findOperationalNVPByName, getNamespacesInfo, getOpenContentAttrs, getOpenContentElements, isValid, removeOpenContentAttr, removeOpenContentElement, setOpenContent, setOpenContentAttrs, setOpenContentElements |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PSOIdentifier
public PSOIdentifier()
PSOIdentifier
public PSOIdentifier(java.lang.String anID,
PSOIdentifier containerID,
java.lang.String targetID)
getContainerID
public PSOIdentifier getContainerID()
setContainerID
public void setContainerID(PSOIdentifier containerID)
getTargetID
public java.lang.String getTargetID()
setTargetID
public void setTargetID(java.lang.String targetID)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class Identifier
hashCode
public int hashCode()
- Overrides:
hashCode
in class Identifier
Copyright © Sun Microsystems, Inc. All Rights Reserved.