|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.object.ResourceIdentity
A class used to maintain information about resource account IDs that were encoutered during extraction that may differ from the accountIds generated by the resource adapter.
Field Summary | |
static java.lang.String |
ATT_ACCOUNT_ID
|
static java.lang.String |
code_id
|
static java.lang.String |
ELEMENT
|
Constructor Summary | |
ResourceIdentity()
Create an empty resource identity object. |
|
ResourceIdentity(org.w3c.dom.Element e)
Create a resource identity object and initialize it by parsing its DOM representation. |
Method Summary | |
void |
dumpSummary(java.lang.String file)
|
java.lang.String |
getAccountId()
Get the account ID. |
ObjectRef |
getResourceRef()
Get the resource reference. |
void |
parseXml(org.w3c.dom.Element e)
Parse the DOM representation of an identity object, and set the corresponding fields. |
static ResourceIdentity[] |
parseXmlArray(org.w3c.dom.Element e)
Parse the DOM representation for a list of ResourceIdentity objects, and return them in an array. |
void |
setAccountId(java.lang.String id)
Set the account id. |
void |
setResource(Resource r)
Set the resource reference. |
void |
setResourceRef(ObjectRef ref)
Set the resource reference. |
void |
setResourceRef(java.lang.String name)
Set the resource reference. |
java.lang.String |
toIdentityString()
|
java.lang.String |
toVerboseString()
|
java.lang.String |
toVerboseString(java.lang.String indent)
|
void |
toXml(java.lang.StringBuffer b,
int indent)
Serialize the resource identity object to an XML string buffer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
public static final java.lang.String ELEMENT
public static final java.lang.String ATT_ACCOUNT_ID
Constructor Detail |
public ResourceIdentity()
public ResourceIdentity(org.w3c.dom.Element e) throws WavesetException
Method Detail |
public ObjectRef getResourceRef()
public void setResourceRef(ObjectRef ref)
public void setResourceRef(java.lang.String name)
public void setResource(Resource r)
public java.lang.String getAccountId()
public void setAccountId(java.lang.String id)
public void toXml(java.lang.StringBuffer b, int indent)
public void parseXml(org.w3c.dom.Element e) throws WavesetException
WavesetException
public static ResourceIdentity[] parseXmlArray(org.w3c.dom.Element e) throws WavesetException
WavesetException
public void dumpSummary(java.lang.String file)
public java.lang.String toIdentityString()
public java.lang.String toVerboseString()
public java.lang.String toVerboseString(java.lang.String indent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |