|
||||||||||
| 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.BehaviorSecType
public class BehaviorSecType
behaviorSecType: Behaviors Section. Behaviors are executable code which can be associated with parts of a METS object. The behaviorSec element is used to group individual behaviors within a hierarchical structure. Such grouping can be useful to organize families of behaviors together or to indicate other relationships between particular behaviors.
| Constructor Summary | |
|---|---|
BehaviorSecType()
|
|
| Method Summary | |
|---|---|
void |
addBehavior(Behavior vBehavior)
Method addBehavior |
void |
addBehavior(int index,
Behavior vBehavior)
Method addBehavior |
void |
addBehaviorSec(BehaviorSec vBehaviorSec)
Method addBehaviorSec |
void |
addBehaviorSec(int index,
BehaviorSec vBehaviorSec)
Method addBehaviorSec |
void |
clearBehavior()
Method clearBehavior |
void |
clearBehaviorSec()
Method clearBehaviorSec |
Enumeration |
enumerateBehavior()
Method enumerateBehavior |
Enumeration |
enumerateBehaviorSec()
Method enumerateBehaviorSec |
Behavior[] |
getBehavior()
Method getBehavior |
Behavior |
getBehavior(int index)
Method getBehavior |
int |
getBehaviorCount()
Method getBehaviorCount |
BehaviorSec[] |
getBehaviorSec()
Method getBehaviorSec |
BehaviorSec |
getBehaviorSec(int index)
Method getBehaviorSec |
int |
getBehaviorSecCount()
Method getBehaviorSecCount |
Date |
getCREATED()
Returns the value of field 'CREATED'. |
String |
getID()
Returns the value of field 'ID'. |
String |
getLABEL()
Returns the value of field 'LABEL'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
boolean |
removeBehavior(Behavior vBehavior)
Method removeBehavior |
boolean |
removeBehaviorSec(BehaviorSec vBehaviorSec)
Method removeBehaviorSec |
void |
setBehavior(Behavior[] behaviorArray)
Method setBehavior |
void |
setBehavior(int index,
Behavior vBehavior)
Method setBehavior |
void |
setBehaviorSec(BehaviorSec[] behaviorSecArray)
Method setBehaviorSec |
void |
setBehaviorSec(int index,
BehaviorSec vBehaviorSec)
Method setBehaviorSec |
void |
setCREATED(Date CREATED)
Sets the value of field 'CREATED'. |
void |
setID(String ID)
Sets the value of field 'ID'. |
void |
setLABEL(String LABEL)
Sets the value of field 'LABEL'. |
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 BehaviorSecType()
| Method Detail |
|---|
public void addBehavior(Behavior vBehavior)
throws IndexOutOfBoundsException
vBehavior -
IndexOutOfBoundsException
public void addBehavior(int index,
Behavior vBehavior)
throws IndexOutOfBoundsException
index - vBehavior -
IndexOutOfBoundsException
public void addBehaviorSec(BehaviorSec vBehaviorSec)
throws IndexOutOfBoundsException
vBehaviorSec -
IndexOutOfBoundsException
public void addBehaviorSec(int index,
BehaviorSec vBehaviorSec)
throws IndexOutOfBoundsException
index - vBehaviorSec -
IndexOutOfBoundsExceptionpublic void clearBehavior()
public void clearBehaviorSec()
public Enumeration enumerateBehavior()
public Enumeration enumerateBehaviorSec()
public Behavior getBehavior(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic Behavior[] getBehavior()
public int getBehaviorCount()
public BehaviorSec getBehaviorSec(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic BehaviorSec[] getBehaviorSec()
public int getBehaviorSecCount()
public Date getCREATED()
public String getID()
public String getLABEL()
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 removeBehavior(Behavior vBehavior)
vBehavior -
public boolean removeBehaviorSec(BehaviorSec vBehaviorSec)
vBehaviorSec -
public void setBehavior(int index,
Behavior vBehavior)
throws IndexOutOfBoundsException
index - vBehavior -
IndexOutOfBoundsExceptionpublic void setBehavior(Behavior[] behaviorArray)
behaviorArray -
public void setBehaviorSec(int index,
BehaviorSec vBehaviorSec)
throws IndexOutOfBoundsException
index - vBehaviorSec -
IndexOutOfBoundsExceptionpublic void setBehaviorSec(BehaviorSec[] behaviorSecArray)
behaviorSecArray - public void setCREATED(Date CREATED)
CREATED - the value of field 'CREATED'.public void setID(String ID)
ID - the value of field 'ID'.public void setLABEL(String LABEL)
LABEL - the value of field 'LABEL'.
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 | |||||||||