|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(java.lang.String name)
void xsetName(org.apache.xmlbeans.XmlString name)
long getSize()
org.apache.xmlbeans.XmlLong xgetSize()
boolean isSetSize()
void setSize(long size)
void xsetSize(org.apache.xmlbeans.XmlLong size)
void unsetSize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||