Package com.sforce.soap.metadata
Class DescribeMetadataResult
- java.lang.Object
-
- com.sforce.soap.metadata.DescribeMetadataResult
-
-
Constructor Summary
Constructors Constructor Description DescribeMetadataResult()Constructor
-
Method Summary
-
-
-
Method Detail
-
getMetadataObjects
public DescribeMetadataObject[] getMetadataObjects()
-
setMetadataObjects
public void setMetadataObjects(DescribeMetadataObject[] metadataObjects)
-
setMetadataObjects
protected void setMetadataObjects(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOrganizationNamespace
public String getOrganizationNamespace()
-
setOrganizationNamespace
public void setOrganizationNamespace(String organizationNamespace)
-
setOrganizationNamespace
protected void setOrganizationNamespace(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPartialSaveAllowed
public boolean getPartialSaveAllowed()
-
isPartialSaveAllowed
public boolean isPartialSaveAllowed()
-
setPartialSaveAllowed
public void setPartialSaveAllowed(boolean partialSaveAllowed)
-
setPartialSaveAllowed
protected void setPartialSaveAllowed(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTestRequired
public boolean getTestRequired()
-
isTestRequired
public boolean isTestRequired()
-
setTestRequired
public void setTestRequired(boolean testRequired)
-
setTestRequired
protected void setTestRequired(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-