Class FileProperties

  • All Implemented Interfaces:
    com.sforce.ws.bind.XMLizable

    public class FileProperties
    extends java.lang.Object
    implements com.sforce.ws.bind.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 
      Constructor Description
      FileProperties()
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCreatedById()  
      java.lang.String getCreatedByName()  
      java.util.Calendar getCreatedDate()  
      java.lang.String getFileName()  
      java.lang.String getFullName()  
      java.lang.String getId()  
      java.lang.String getLastModifiedById()  
      java.lang.String getLastModifiedByName()  
      java.util.Calendar getLastModifiedDate()  
      ManageableState getManageableState()  
      java.lang.String getNamespacePrefix()  
      java.lang.String getType()  
      void load​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      protected void loadFields​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      protected void setCreatedById​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      void setCreatedById​(java.lang.String createdById)  
      protected void setCreatedByName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      void setCreatedByName​(java.lang.String createdByName)  
      protected void setCreatedDate​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      void setCreatedDate​(java.util.Calendar createdDate)  
      protected void setFileName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      void setFileName​(java.lang.String fileName)  
      protected void setFullName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      void setFullName​(java.lang.String fullName)  
      protected void setId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      void setId​(java.lang.String id)  
      protected void setLastModifiedById​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      void setLastModifiedById​(java.lang.String lastModifiedById)  
      protected void setLastModifiedByName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      void setLastModifiedByName​(java.lang.String lastModifiedByName)  
      protected void setLastModifiedDate​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      void setLastModifiedDate​(java.util.Calendar lastModifiedDate)  
      void setManageableState​(ManageableState manageableState)  
      protected void setManageableState​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      protected void setNamespacePrefix​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      void setNamespacePrefix​(java.lang.String namespacePrefix)  
      protected void setType​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      void setType​(java.lang.String type)  
      java.lang.String toString()  
      void write​(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)  
      protected void writeFields​(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FileProperties

        public FileProperties()
        Constructor
    • Method Detail

      • getCreatedById

        public java.lang.String getCreatedById()
      • setCreatedById

        public void setCreatedById​(java.lang.String createdById)
      • setCreatedById

        protected void setCreatedById​(com.sforce.ws.parser.XmlInputStream __in,
                                      com.sforce.ws.bind.TypeMapper __typeMapper)
                               throws java.io.IOException,
                                      com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getCreatedByName

        public java.lang.String getCreatedByName()
      • setCreatedByName

        public void setCreatedByName​(java.lang.String createdByName)
      • setCreatedByName

        protected void setCreatedByName​(com.sforce.ws.parser.XmlInputStream __in,
                                        com.sforce.ws.bind.TypeMapper __typeMapper)
                                 throws java.io.IOException,
                                        com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getCreatedDate

        public java.util.Calendar getCreatedDate()
      • setCreatedDate

        public void setCreatedDate​(java.util.Calendar createdDate)
      • setCreatedDate

        protected void setCreatedDate​(com.sforce.ws.parser.XmlInputStream __in,
                                      com.sforce.ws.bind.TypeMapper __typeMapper)
                               throws java.io.IOException,
                                      com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getFileName

        public java.lang.String getFileName()
      • setFileName

        public void setFileName​(java.lang.String fileName)
      • setFileName

        protected void setFileName​(com.sforce.ws.parser.XmlInputStream __in,
                                   com.sforce.ws.bind.TypeMapper __typeMapper)
                            throws java.io.IOException,
                                   com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getFullName

        public java.lang.String getFullName()
      • setFullName

        public void setFullName​(java.lang.String fullName)
      • setFullName

        protected void setFullName​(com.sforce.ws.parser.XmlInputStream __in,
                                   com.sforce.ws.bind.TypeMapper __typeMapper)
                            throws java.io.IOException,
                                   com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getId

        public java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)
      • setId

        protected void setId​(com.sforce.ws.parser.XmlInputStream __in,
                             com.sforce.ws.bind.TypeMapper __typeMapper)
                      throws java.io.IOException,
                             com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getLastModifiedById

        public java.lang.String getLastModifiedById()
      • setLastModifiedById

        public void setLastModifiedById​(java.lang.String lastModifiedById)
      • setLastModifiedById

        protected void setLastModifiedById​(com.sforce.ws.parser.XmlInputStream __in,
                                           com.sforce.ws.bind.TypeMapper __typeMapper)
                                    throws java.io.IOException,
                                           com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getLastModifiedByName

        public java.lang.String getLastModifiedByName()
      • setLastModifiedByName

        public void setLastModifiedByName​(java.lang.String lastModifiedByName)
      • setLastModifiedByName

        protected void setLastModifiedByName​(com.sforce.ws.parser.XmlInputStream __in,
                                             com.sforce.ws.bind.TypeMapper __typeMapper)
                                      throws java.io.IOException,
                                             com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getLastModifiedDate

        public java.util.Calendar getLastModifiedDate()
      • setLastModifiedDate

        public void setLastModifiedDate​(java.util.Calendar lastModifiedDate)
      • setLastModifiedDate

        protected void setLastModifiedDate​(com.sforce.ws.parser.XmlInputStream __in,
                                           com.sforce.ws.bind.TypeMapper __typeMapper)
                                    throws java.io.IOException,
                                           com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • setManageableState

        public void setManageableState​(ManageableState manageableState)
      • setManageableState

        protected void setManageableState​(com.sforce.ws.parser.XmlInputStream __in,
                                          com.sforce.ws.bind.TypeMapper __typeMapper)
                                   throws java.io.IOException,
                                          com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getNamespacePrefix

        public java.lang.String getNamespacePrefix()
      • setNamespacePrefix

        public void setNamespacePrefix​(java.lang.String namespacePrefix)
      • setNamespacePrefix

        protected void setNamespacePrefix​(com.sforce.ws.parser.XmlInputStream __in,
                                          com.sforce.ws.bind.TypeMapper __typeMapper)
                                   throws java.io.IOException,
                                          com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • setType

        protected void setType​(com.sforce.ws.parser.XmlInputStream __in,
                               com.sforce.ws.bind.TypeMapper __typeMapper)
                        throws java.io.IOException,
                               com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • write

        public void write​(javax.xml.namespace.QName __element,
                          com.sforce.ws.parser.XmlOutputStream __out,
                          com.sforce.ws.bind.TypeMapper __typeMapper)
                   throws java.io.IOException
        Specified by:
        write in interface com.sforce.ws.bind.XMLizable
        Throws:
        java.io.IOException
      • writeFields

        protected void writeFields​(com.sforce.ws.parser.XmlOutputStream __out,
                                   com.sforce.ws.bind.TypeMapper __typeMapper)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • load

        public void load​(com.sforce.ws.parser.XmlInputStream __in,
                         com.sforce.ws.bind.TypeMapper __typeMapper)
                  throws java.io.IOException,
                         com.sforce.ws.ConnectionException
        Specified by:
        load in interface com.sforce.ws.bind.XMLizable
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • loadFields

        protected void loadFields​(com.sforce.ws.parser.XmlInputStream __in,
                                  com.sforce.ws.bind.TypeMapper __typeMapper)
                           throws java.io.IOException,
                                  com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object