| Constructor and Description |
|---|
DescribeMetadataResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMetadataObject[] |
getMetadataObjects() |
String |
getOrganizationNamespace() |
boolean |
getPartialSaveAllowed() |
boolean |
getTestRequired() |
boolean |
isPartialSaveAllowed() |
boolean |
isTestRequired() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setMetadataObjects(DescribeMetadataObject[] metadataObjects) |
void |
setOrganizationNamespace(String organizationNamespace) |
void |
setPartialSaveAllowed(boolean partialSaveAllowed) |
void |
setTestRequired(boolean testRequired) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public DescribeMetadataObject[] getMetadataObjects()
public void setMetadataObjects(DescribeMetadataObject[] metadataObjects)
public String getOrganizationNamespace()
public void setOrganizationNamespace(String organizationNamespace)
public boolean getPartialSaveAllowed()
public boolean isPartialSaveAllowed()
public void setPartialSaveAllowed(boolean partialSaveAllowed)
public boolean getTestRequired()
public boolean isTestRequired()
public void setTestRequired(boolean testRequired)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizableIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.