| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.indiana.dlib.metsnav.mets.v1_4.FileSec
public class FileSec
fileSec: Content File Section. The content file section records information regarding all of the data files which comprise the digital library object.
| Constructor Summary | |
|---|---|
FileSec()
 | 
|
| Method Summary | |
|---|---|
 void | 
addFileGrp(FileGrp vFileGrp)
Method addFileGrp  | 
 void | 
addFileGrp(int index,
           FileGrp vFileGrp)
Method addFileGrp  | 
 void | 
clearFileGrp()
Method clearFileGrp  | 
 Enumeration | 
enumerateFileGrp()
Method enumerateFileGrp  | 
 FileGrp[] | 
getFileGrp()
Method getFileGrp  | 
 FileGrp | 
getFileGrp(int index)
Method getFileGrp  | 
 int | 
getFileGrpCount()
Method getFileGrpCount  | 
 String | 
getID()
Returns the value of field 'ID'.  | 
 boolean | 
isValid()
Method isValid  | 
 void | 
marshal(ContentHandler handler)
Method marshal  | 
 void | 
marshal(Writer out)
Method marshal  | 
 boolean | 
removeFileGrp(FileGrp vFileGrp)
Method removeFileGrp  | 
 void | 
setFileGrp(FileGrp[] fileGrpArray)
Method setFileGrp  | 
 void | 
setFileGrp(int index,
           FileGrp vFileGrp)
Method setFileGrp  | 
 void | 
setID(String ID)
Sets the value of field 'ID'.  | 
static Object | 
unmarshal(Reader reader)
Method unmarshal  | 
 void | 
validate()
Method validate  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public FileSec()
| Method Detail | 
|---|
public void addFileGrp(FileGrp vFileGrp)
                throws IndexOutOfBoundsException
vFileGrp - 
IndexOutOfBoundsException
public void addFileGrp(int index,
                       FileGrp vFileGrp)
                throws IndexOutOfBoundsException
index - vFileGrp - 
IndexOutOfBoundsExceptionpublic void clearFileGrp()
public Enumeration enumerateFileGrp()
public FileGrp getFileGrp(int index)
                   throws IndexOutOfBoundsException
index - 
IndexOutOfBoundsExceptionpublic FileGrp[] getFileGrp()
public int getFileGrpCount()
public String getID()
public boolean isValid()
public void marshal(Writer out)
             throws MarshalException,
                    ValidationException
out - 
MarshalException
ValidationException
public void marshal(ContentHandler handler)
             throws IOException,
                    MarshalException,
                    ValidationException
handler - 
IOException
MarshalException
ValidationExceptionpublic boolean removeFileGrp(FileGrp vFileGrp)
vFileGrp - 
public void setFileGrp(int index,
                       FileGrp vFileGrp)
                throws IndexOutOfBoundsException
index - vFileGrp - 
IndexOutOfBoundsExceptionpublic void setFileGrp(FileGrp[] fileGrpArray)
fileGrpArray - public void setID(String ID)
ID - the value of field 'ID'.
public static Object unmarshal(Reader reader)
                        throws MarshalException,
                               ValidationException
reader - 
MarshalException
ValidationException
public void validate()
              throws ValidationException
ValidationException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||