Package com.sforce.soap.metadata
Class FileProperties
java.lang.Object
com.sforce.soap.metadata.FileProperties
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getType()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetCreatedById(XmlInputStream __in, TypeMapper __typeMapper) voidsetCreatedById(String createdById) protected voidsetCreatedByName(XmlInputStream __in, TypeMapper __typeMapper) voidsetCreatedByName(String createdByName) protected voidsetCreatedDate(XmlInputStream __in, TypeMapper __typeMapper) voidsetCreatedDate(Calendar createdDate) protected voidsetFileName(XmlInputStream __in, TypeMapper __typeMapper) voidsetFileName(String fileName) protected voidsetFullName(XmlInputStream __in, TypeMapper __typeMapper) voidsetFullName(String fullName) protected voidsetId(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetLastModifiedById(XmlInputStream __in, TypeMapper __typeMapper) voidsetLastModifiedById(String lastModifiedById) protected voidsetLastModifiedByName(XmlInputStream __in, TypeMapper __typeMapper) voidsetLastModifiedByName(String lastModifiedByName) protected voidsetLastModifiedDate(XmlInputStream __in, TypeMapper __typeMapper) voidsetLastModifiedDate(Calendar lastModifiedDate) voidsetManageableState(ManageableState manageableState) protected voidsetManageableState(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetNamespacePrefix(XmlInputStream __in, TypeMapper __typeMapper) voidsetNamespacePrefix(String namespacePrefix) protected voidsetType(XmlInputStream __in, TypeMapper __typeMapper) voidtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
FileProperties
public FileProperties()Constructor
-
-
Method Details
-
getCreatedById
-
setCreatedById
-
setCreatedById
protected void setCreatedById(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCreatedByName
-
setCreatedByName
-
setCreatedByName
protected void setCreatedByName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCreatedDate
-
setCreatedDate
-
setCreatedDate
protected void setCreatedDate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFileName
-
setFileName
-
setFileName
protected void setFileName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFullName
-
setFullName
-
setFullName
protected void setFullName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getId
-
setId
-
setId
protected void setId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLastModifiedById
-
setLastModifiedById
-
setLastModifiedById
protected void setLastModifiedById(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLastModifiedByName
-
setLastModifiedByName
-
setLastModifiedByName
protected void setLastModifiedByName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLastModifiedDate
-
setLastModifiedDate
-
setLastModifiedDate
protected void setLastModifiedDate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getManageableState
-
setManageableState
-
setManageableState
protected void setManageableState(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNamespacePrefix
-
setNamespacePrefix
-
setNamespacePrefix
protected void setNamespacePrefix(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getType
-
setType
-
setType
protected void setType(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
- 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
-
toString
-