|
||||||||||
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.Mptr
public class Mptr
mptr: METS Pointer. The mptr element allows a div to be associated with a separate METS document containing the content corresponding with that div, rather than pointing to an internal file or file group. A typical instance of this would be the case of a METS document for a journal run, with a div elements for each individual journal issue. The div elements for the issues might point to separate METS documents for each issue, rather than having files and file groups for every issue encoded in one document. NOTE: mptr is an empty element. The location of the resource pointed to MUST be stored in the xlink:href attribute.
Constructor Summary | |
---|---|
Mptr()
|
Method Summary | |
---|---|
void |
addCONTENTIDS(int index,
String vCONTENTIDS)
Method addCONTENTIDS |
void |
addCONTENTIDS(String vCONTENTIDS)
Method addCONTENTIDS |
void |
clearCONTENTIDS()
Method clearCONTENTIDS |
Enumeration |
enumerateCONTENTIDS()
Method enumerateCONTENTIDS |
Object |
getActuate()
Returns the value of field 'actuate'. |
Object |
getArcrole()
Returns the value of field 'arcrole'. |
String[] |
getCONTENTIDS()
Method getCONTENTIDS |
String |
getCONTENTIDS(int index)
Method getCONTENTIDS |
int |
getCONTENTIDSCount()
Method getCONTENTIDSCount |
Object |
getHref()
Returns the value of field 'href'. |
String |
getID()
Returns the value of field 'ID'. |
ObjectTypeLOCTYPEType |
getLOCTYPE()
Returns the value of field 'LOCTYPE'. |
String |
getOTHERLOCTYPE()
Returns the value of field 'OTHERLOCTYPE'. |
Object |
getRole()
Returns the value of field 'role'. |
Object |
getShow()
Returns the value of field 'show'. |
Object |
getTitle()
Returns the value of field 'title'. |
String |
getType()
Returns the value of field 'type'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
boolean |
removeCONTENTIDS(String vCONTENTIDS)
Method removeCONTENTIDS |
void |
setActuate(Object actuate)
Sets the value of field 'actuate'. |
void |
setArcrole(Object arcrole)
Sets the value of field 'arcrole'. |
void |
setCONTENTIDS(int index,
String vCONTENTIDS)
Method setCONTENTIDS |
void |
setCONTENTIDS(String[] CONTENTIDSArray)
Method setCONTENTIDS |
void |
setHref(Object href)
Sets the value of field 'href'. |
void |
setID(String ID)
Sets the value of field 'ID'. |
void |
setLOCTYPE(ObjectTypeLOCTYPEType LOCTYPE)
Sets the value of field 'LOCTYPE'. |
void |
setOTHERLOCTYPE(String OTHERLOCTYPE)
Sets the value of field 'OTHERLOCTYPE'. |
void |
setRole(Object role)
Sets the value of field 'role'. |
void |
setShow(Object show)
Sets the value of field 'show'. |
void |
setTitle(Object title)
Sets the value of field 'title'. |
void |
setType(String type)
Sets the value of field 'type'. |
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 Mptr()
Method Detail |
---|
public void addCONTENTIDS(String vCONTENTIDS) throws IndexOutOfBoundsException
vCONTENTIDS
-
IndexOutOfBoundsException
public void addCONTENTIDS(int index, String vCONTENTIDS) throws IndexOutOfBoundsException
index
- vCONTENTIDS
-
IndexOutOfBoundsException
public void clearCONTENTIDS()
public Enumeration enumerateCONTENTIDS()
public Object getActuate()
public Object getArcrole()
public String getCONTENTIDS(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public String[] getCONTENTIDS()
public int getCONTENTIDSCount()
public Object getHref()
public String getID()
public ObjectTypeLOCTYPEType getLOCTYPE()
public String getOTHERLOCTYPE()
public Object getRole()
public Object getShow()
public Object getTitle()
public String getType()
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 removeCONTENTIDS(String vCONTENTIDS)
vCONTENTIDS
-
public void setActuate(Object actuate)
actuate
- the value of field 'actuate'.public void setArcrole(Object arcrole)
arcrole
- the value of field 'arcrole'.public void setCONTENTIDS(int index, String vCONTENTIDS) throws IndexOutOfBoundsException
index
- vCONTENTIDS
-
IndexOutOfBoundsException
public void setCONTENTIDS(String[] CONTENTIDSArray)
CONTENTIDSArray
- public void setHref(Object href)
href
- the value of field 'href'.public void setID(String ID)
ID
- the value of field 'ID'.public void setLOCTYPE(ObjectTypeLOCTYPEType LOCTYPE)
LOCTYPE
- the value of field 'LOCTYPE'.public void setOTHERLOCTYPE(String OTHERLOCTYPE)
OTHERLOCTYPE
- the value of field 'OTHERLOCTYPE'.public void setRole(Object role)
role
- the value of field 'role'.public void setShow(Object show)
show
- the value of field 'show'.public void setTitle(Object title)
title
- the value of field 'title'.public void setType(String type)
type
- the value of field 'type'.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 |