Interface FileDesc
-
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Implementing Classes:
FileDescImpl
public interface FileDesc extends XmlObject
An XML file-desc(@http://www.bea.com/2003/05/xmlbean/ltgfmt). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFileDesc.FactoryA factory class with static methods for creating instances of this type.static interfaceFileDesc.RoleAn XML role(@).
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeaddNewCode()Appends and returns a new empty "code" elementCodegetCode()Gets the "code" elementjava.lang.StringgetFileName()Gets the "fileName" attributejava.lang.StringgetFolder()Gets the "folder" attributeFileDesc.Role.EnumgetRole()Gets the "role" attributejava.lang.StringgetTsDir()Gets the "tsDir" attributebooleangetValidity()Gets the "validity" attributebooleanisSetCode()True if has "code" elementbooleanisSetFileName()True if has "fileName" attributebooleanisSetFolder()True if has "folder" attributebooleanisSetRole()True if has "role" attributebooleanisSetTsDir()True if has "tsDir" attributebooleanisSetValidity()True if has "validity" attributevoidsetCode(Code code)Sets the "code" elementvoidsetFileName(java.lang.String fileName)Sets the "fileName" attributevoidsetFolder(java.lang.String folder)Sets the "folder" attributevoidsetRole(FileDesc.Role.Enum role)Sets the "role" attributevoidsetTsDir(java.lang.String tsDir)Sets the "tsDir" attributevoidsetValidity(boolean validity)Sets the "validity" attributevoidunsetCode()Unsets the "code" elementvoidunsetFileName()Unsets the "fileName" attributevoidunsetFolder()Unsets the "folder" attributevoidunsetRole()Unsets the "role" attributevoidunsetTsDir()Unsets the "tsDir" attributevoidunsetValidity()Unsets the "validity" attributeXmlTokenxgetFileName()Gets (as xml) the "fileName" attributeXmlTokenxgetFolder()Gets (as xml) the "folder" attributeFileDesc.RolexgetRole()Gets (as xml) the "role" attributeXmlTokenxgetTsDir()Gets (as xml) the "tsDir" attributeXmlBooleanxgetValidity()Gets (as xml) the "validity" attributevoidxsetFileName(XmlToken fileName)Sets (as xml) the "fileName" attributevoidxsetFolder(XmlToken folder)Sets (as xml) the "folder" attributevoidxsetRole(FileDesc.Role role)Sets (as xml) the "role" attributevoidxsetTsDir(XmlToken tsDir)Sets (as xml) the "tsDir" attributevoidxsetValidity(XmlBoolean validity)Sets (as xml) the "validity" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getCode
Code getCode()
Gets the "code" element
-
isSetCode
boolean isSetCode()
True if has "code" element
-
setCode
void setCode(Code code)
Sets the "code" element
-
addNewCode
Code addNewCode()
Appends and returns a new empty "code" element
-
unsetCode
void unsetCode()
Unsets the "code" element
-
getTsDir
java.lang.String getTsDir()
Gets the "tsDir" attribute
-
xgetTsDir
XmlToken xgetTsDir()
Gets (as xml) the "tsDir" attribute
-
isSetTsDir
boolean isSetTsDir()
True if has "tsDir" attribute
-
setTsDir
void setTsDir(java.lang.String tsDir)
Sets the "tsDir" attribute
-
xsetTsDir
void xsetTsDir(XmlToken tsDir)
Sets (as xml) the "tsDir" attribute
-
unsetTsDir
void unsetTsDir()
Unsets the "tsDir" attribute
-
getFolder
java.lang.String getFolder()
Gets the "folder" attribute
-
xgetFolder
XmlToken xgetFolder()
Gets (as xml) the "folder" attribute
-
isSetFolder
boolean isSetFolder()
True if has "folder" attribute
-
setFolder
void setFolder(java.lang.String folder)
Sets the "folder" attribute
-
xsetFolder
void xsetFolder(XmlToken folder)
Sets (as xml) the "folder" attribute
-
unsetFolder
void unsetFolder()
Unsets the "folder" attribute
-
getFileName
java.lang.String getFileName()
Gets the "fileName" attribute
-
xgetFileName
XmlToken xgetFileName()
Gets (as xml) the "fileName" attribute
-
isSetFileName
boolean isSetFileName()
True if has "fileName" attribute
-
setFileName
void setFileName(java.lang.String fileName)
Sets the "fileName" attribute
-
xsetFileName
void xsetFileName(XmlToken fileName)
Sets (as xml) the "fileName" attribute
-
unsetFileName
void unsetFileName()
Unsets the "fileName" attribute
-
getRole
FileDesc.Role.Enum getRole()
Gets the "role" attribute
-
xgetRole
FileDesc.Role xgetRole()
Gets (as xml) the "role" attribute
-
isSetRole
boolean isSetRole()
True if has "role" attribute
-
setRole
void setRole(FileDesc.Role.Enum role)
Sets the "role" attribute
-
xsetRole
void xsetRole(FileDesc.Role role)
Sets (as xml) the "role" attribute
-
unsetRole
void unsetRole()
Unsets the "role" attribute
-
getValidity
boolean getValidity()
Gets the "validity" attribute
-
xgetValidity
XmlBoolean xgetValidity()
Gets (as xml) the "validity" attribute
-
isSetValidity
boolean isSetValidity()
True if has "validity" attribute
-
setValidity
void setValidity(boolean validity)
Sets the "validity" attribute
-
xsetValidity
void xsetValidity(XmlBoolean validity)
Sets (as xml) the "validity" attribute
-
unsetValidity
void unsetValidity()
Unsets the "validity" attribute
-
-