|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.indiana.dlib.metsnav.mets.v1_5.Stream
public class Stream
stream: component byte stream A file may be composed of one or more subsidiary streams. An MPEG4 file, for example, might contain separate audio and video streams, each of which has its own technical metadata associated with it.
Constructor Summary | |
---|---|
Stream()
|
Method Summary | |
---|---|
void |
addADMID(int index,
Object vADMID)
Method addADMID |
void |
addADMID(Object vADMID)
Method addADMID |
void |
addDMDID(int index,
Object vDMDID)
Method addDMDID |
void |
addDMDID(Object vDMDID)
Method addDMDID |
void |
clearADMID()
Method clearADMID |
void |
clearDMDID()
Method clearDMDID |
Enumeration |
enumerateADMID()
Method enumerateADMID |
Enumeration |
enumerateDMDID()
Method enumerateDMDID |
Object[] |
getADMID()
Method getADMID |
Object |
getADMID(int index)
Method getADMID |
int |
getADMIDCount()
Method getADMIDCount |
Object[] |
getDMDID()
Method getDMDID |
Object |
getDMDID(int index)
Method getDMDID |
int |
getDMDIDCount()
Method getDMDIDCount |
String |
getOWNERID()
Returns the value of field 'OWNERID'. |
String |
getStreamType()
Returns the value of field 'streamType'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
boolean |
removeADMID(Object vADMID)
Method removeADMID |
boolean |
removeDMDID(Object vDMDID)
Method removeDMDID |
void |
setADMID(int index,
Object vADMID)
Method setADMID |
void |
setADMID(Object[] ADMIDArray)
Method setADMID |
void |
setDMDID(int index,
Object vDMDID)
Method setDMDID |
void |
setDMDID(Object[] DMDIDArray)
Method setDMDID |
void |
setOWNERID(String OWNERID)
Sets the value of field 'OWNERID'. |
void |
setStreamType(String streamType)
Sets the value of field 'streamType'. |
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 Stream()
Method Detail |
---|
public void addADMID(Object vADMID) throws IndexOutOfBoundsException
vADMID
-
IndexOutOfBoundsException
public void addADMID(int index, Object vADMID) throws IndexOutOfBoundsException
index
- vADMID
-
IndexOutOfBoundsException
public void addDMDID(Object vDMDID) throws IndexOutOfBoundsException
vDMDID
-
IndexOutOfBoundsException
public void addDMDID(int index, Object vDMDID) throws IndexOutOfBoundsException
index
- vDMDID
-
IndexOutOfBoundsException
public void clearADMID()
public void clearDMDID()
public Enumeration enumerateADMID()
public Enumeration enumerateDMDID()
public Object getADMID(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public Object[] getADMID()
public int getADMIDCount()
public Object getDMDID(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public Object[] getDMDID()
public int getDMDIDCount()
public String getOWNERID()
public String getStreamType()
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
ValidationException
public boolean removeADMID(Object vADMID)
vADMID
-
public boolean removeDMDID(Object vDMDID)
vDMDID
-
public void setADMID(int index, Object vADMID) throws IndexOutOfBoundsException
index
- vADMID
-
IndexOutOfBoundsException
public void setADMID(Object[] ADMIDArray)
ADMIDArray
- public void setDMDID(int index, Object vDMDID) throws IndexOutOfBoundsException
index
- vDMDID
-
IndexOutOfBoundsException
public void setDMDID(Object[] DMDIDArray)
DMDIDArray
- public void setOWNERID(String OWNERID)
OWNERID
- the value of field 'OWNERID'.public void setStreamType(String streamType)
streamType
- the value of field 'streamType'.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 |