void |
write(XmlOutputStream out)
Example:
XYZ
BLAH
123456
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SObject
public SObject()
getFieldNames
public Set<String> getFieldNames()
getField
public String getField(String name)
setField
public void setField(String name,
String value)
setFieldReference
public void setFieldReference(String name,
SObject ref)
write
public void write(XmlOutputStream out)
throws IOException
- Example:
XYZ
BLAH
123456
ParentEntityType
foo@bar.com
- Parameters:
out -
- Throws:
IOException
write
public void write(XmlOutputStream out,
int depth)
throws IOException
- Throws:
IOException
Copyright © 2012. All Rights Reserved.
|