Package com.sforce.soap.metadata
Class DescribeValueTypeResult
- java.lang.Object
-
- com.sforce.soap.metadata.DescribeValueTypeResult
-
-
Constructor Summary
Constructors Constructor Description DescribeValueTypeResult()Constructor
-
Method Summary
-
-
-
Method Detail
-
getApiCreatable
public boolean getApiCreatable()
-
isApiCreatable
public boolean isApiCreatable()
-
setApiCreatable
public void setApiCreatable(boolean apiCreatable)
-
setApiCreatable
protected void setApiCreatable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getApiDeletable
public boolean getApiDeletable()
-
isApiDeletable
public boolean isApiDeletable()
-
setApiDeletable
public void setApiDeletable(boolean apiDeletable)
-
setApiDeletable
protected void setApiDeletable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getApiReadable
public boolean getApiReadable()
-
isApiReadable
public boolean isApiReadable()
-
setApiReadable
public void setApiReadable(boolean apiReadable)
-
setApiReadable
protected void setApiReadable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getApiUpdatable
public boolean getApiUpdatable()
-
isApiUpdatable
public boolean isApiUpdatable()
-
setApiUpdatable
public void setApiUpdatable(boolean apiUpdatable)
-
setApiUpdatable
protected void setApiUpdatable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getParentField
public ValueTypeField getParentField()
-
setParentField
public void setParentField(ValueTypeField parentField)
-
setParentField
protected void setParentField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getValueTypeFields
public ValueTypeField[] getValueTypeFields()
-
setValueTypeFields
public void setValueTypeFields(ValueTypeField[] valueTypeFields)
-
setValueTypeFields
protected void setValueTypeFields(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
-
-