Package com.sforce.soap.metadata
Class ReadMetadata_element
- java.lang.Object
-
- com.sforce.soap.metadata.ReadMetadata_element
-
-
Constructor Summary
Constructors Constructor Description ReadMetadata_element()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getFullNames()StringgetType()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetFullNames(XmlInputStream __in, TypeMapper __typeMapper)voidsetFullNames(String[] fullNames)protected voidsetType(XmlInputStream __in, TypeMapper __typeMapper)voidsetType(String type)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFullNames
public String[] getFullNames()
-
setFullNames
public void setFullNames(String[] fullNames)
-
setFullNames
protected void setFullNames(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
-
-