Interface FileDesc
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Implementing Classes:
FileDescImpl
An XML file-desc(@http://www.bea.com/2003/05/xmlbean/ltgfmt).
This is a complex type.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "code" elementgetCode()Gets the "code" elementGets the "fileName" attributeGets the "folder" attributegetRole()Gets the "role" attributegetTsDir()Gets the "tsDir" attributebooleanGets the "validity" attributebooleanTrue if has "code" elementbooleanTrue if has "fileName" attributebooleanTrue if has "folder" attributebooleanTrue if has "role" attributebooleanTrue if has "tsDir" attributebooleanTrue if has "validity" attributevoidSets the "code" elementvoidsetFileName(String fileName) Sets the "fileName" attributevoidSets the "folder" attributevoidsetRole(FileDesc.Role.Enum role) Sets the "role" attributevoidSets the "tsDir" attributevoidsetValidity(boolean validity) Sets the "validity" attributevoidUnsets the "code" elementvoidUnsets the "fileName" attributevoidUnsets the "folder" attributevoidUnsets the "role" attributevoidUnsets the "tsDir" attributevoidUnsets the "validity" attributeGets (as xml) the "fileName" attributeGets (as xml) the "folder" attributexgetRole()Gets (as xml) the "role" attributeGets (as xml) the "tsDir" attributeGets (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" attributevoidSets (as xml) the "tsDir" attributevoidxsetValidity(XmlBoolean validity) Sets (as xml) the "validity" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getCode
Code getCode()Gets the "code" element -
isSetCode
boolean isSetCode()True if has "code" element -
setCode
Sets the "code" element -
addNewCode
Code addNewCode()Appends and returns a new empty "code" element -
unsetCode
void unsetCode()Unsets the "code" element -
getTsDir
String getTsDir()Gets the "tsDir" attribute -
xgetTsDir
XmlToken xgetTsDir()Gets (as xml) the "tsDir" attribute -
isSetTsDir
boolean isSetTsDir()True if has "tsDir" attribute -
setTsDir
Sets the "tsDir" attribute -
xsetTsDir
Sets (as xml) the "tsDir" attribute -
unsetTsDir
void unsetTsDir()Unsets the "tsDir" attribute -
getFolder
String getFolder()Gets the "folder" attribute -
xgetFolder
XmlToken xgetFolder()Gets (as xml) the "folder" attribute -
isSetFolder
boolean isSetFolder()True if has "folder" attribute -
setFolder
Sets the "folder" attribute -
xsetFolder
Sets (as xml) the "folder" attribute -
unsetFolder
void unsetFolder()Unsets the "folder" attribute -
getFileName
String getFileName()Gets the "fileName" attribute -
xgetFileName
XmlToken xgetFileName()Gets (as xml) the "fileName" attribute -
isSetFileName
boolean isSetFileName()True if has "fileName" attribute -
setFileName
Sets the "fileName" attribute -
xsetFileName
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
Sets the "role" attribute -
xsetRole
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
Sets (as xml) the "validity" attribute -
unsetValidity
void unsetValidity()Unsets the "validity" attribute
-