com.businessobjects.enterprise.infoobject
Interface File


public interface File

An XML File(@http://enterprise.businessobjects.com/3.0/infoobject). This is a complex type.


Nested Class Summary
static class File.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 java.lang.String getName()
          Gets the "Name" element
 long getSize()
          Gets the "Size" element
 boolean isSetSize()
          True if has "Size" element
 void setName(java.lang.String name)
          Sets the "Name" element
 void setSize(long size)
          Sets the "Size" element
 void unsetSize()
          Unsets the "Size" element
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "Name" element
 org.apache.xmlbeans.XmlLong xgetSize()
          Gets (as xml) the "Size" element
 void xsetName(org.apache.xmlbeans.XmlString name)
          Sets (as xml) the "Name" element
 void xsetSize(org.apache.xmlbeans.XmlLong size)
          Sets (as xml) the "Size" element
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getName

java.lang.String getName()
Gets the "Name" element


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "Name" element


setName

void setName(java.lang.String name)
Sets the "Name" element


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "Name" element


getSize

long getSize()
Gets the "Size" element


xgetSize

org.apache.xmlbeans.XmlLong xgetSize()
Gets (as xml) the "Size" element


isSetSize

boolean isSetSize()
True if has "Size" element


setSize

void setSize(long size)
Sets the "Size" element


xsetSize

void xsetSize(org.apache.xmlbeans.XmlLong size)
Sets (as xml) the "Size" element


unsetSize

void unsetSize()
Unsets the "Size" element