|
||||||||||
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.MdRef
public class MdRef
mdRef: metadata reference. The mdRef element is a generic element used throughout the METS schema to provide a pointer to metadata which resides outside the METS document. NB: mdRef is an empty element. The location of the metadata must be recorded in the xlink:href attribute, supplemented by the XPTR attribute as needed.
Constructor Summary | |
---|---|
MdRef()
|
Method Summary | |
---|---|
Object |
getActuate()
Returns the value of field 'actuate'. |
Object |
getArcrole()
Returns the value of field 'arcrole'. |
Object |
getHref()
Returns the value of field 'href'. |
String |
getID()
Returns the value of field 'ID'. |
String |
getLABEL()
Returns the value of field 'LABEL'. |
ObjectTypeLOCTYPEType |
getLOCTYPE()
Returns the value of field 'LOCTYPE'. |
MdRefMDTYPEType |
getMDTYPE()
Returns the value of field 'MDTYPE'. |
String |
getMIMETYPE()
Returns the value of field 'MIMETYPE'. |
String |
getOTHERLOCTYPE()
Returns the value of field 'OTHERLOCTYPE'. |
String |
getOTHERMDTYPE()
Returns the value of field 'OTHERMDTYPE'. |
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'. |
String |
getXPTR()
Returns the value of field 'XPTR'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setActuate(Object actuate)
Sets the value of field 'actuate'. |
void |
setArcrole(Object arcrole)
Sets the value of field 'arcrole'. |
void |
setHref(Object href)
Sets the value of field 'href'. |
void |
setID(String ID)
Sets the value of field 'ID'. |
void |
setLABEL(String LABEL)
Sets the value of field 'LABEL'. |
void |
setLOCTYPE(ObjectTypeLOCTYPEType LOCTYPE)
Sets the value of field 'LOCTYPE'. |
void |
setMDTYPE(MdRefMDTYPEType MDTYPE)
Sets the value of field 'MDTYPE'. |
void |
setMIMETYPE(String MIMETYPE)
Sets the value of field 'MIMETYPE'. |
void |
setOTHERLOCTYPE(String OTHERLOCTYPE)
Sets the value of field 'OTHERLOCTYPE'. |
void |
setOTHERMDTYPE(String OTHERMDTYPE)
Sets the value of field 'OTHERMDTYPE'. |
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'. |
void |
setXPTR(String XPTR)
Sets the value of field 'XPTR'. |
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 MdRef()
Method Detail |
---|
public Object getActuate()
public Object getArcrole()
public Object getHref()
public String getID()
public String getLABEL()
public ObjectTypeLOCTYPEType getLOCTYPE()
public MdRefMDTYPEType getMDTYPE()
public String getMIMETYPE()
public String getOTHERLOCTYPE()
public String getOTHERMDTYPE()
public Object getRole()
public Object getShow()
public Object getTitle()
public String getType()
public String getXPTR()
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 void setActuate(Object actuate)
actuate
- the value of field 'actuate'.public void setArcrole(Object arcrole)
arcrole
- the value of field 'arcrole'.public void setHref(Object href)
href
- the value of field 'href'.public void setID(String ID)
ID
- the value of field 'ID'.public void setLABEL(String LABEL)
LABEL
- the value of field 'LABEL'.public void setLOCTYPE(ObjectTypeLOCTYPEType LOCTYPE)
LOCTYPE
- the value of field 'LOCTYPE'.public void setMDTYPE(MdRefMDTYPEType MDTYPE)
MDTYPE
- the value of field 'MDTYPE'.public void setMIMETYPE(String MIMETYPE)
MIMETYPE
- the value of field 'MIMETYPE'.public void setOTHERLOCTYPE(String OTHERLOCTYPE)
OTHERLOCTYPE
- the value of field 'OTHERLOCTYPE'.public void setOTHERMDTYPE(String OTHERMDTYPE)
OTHERMDTYPE
- the value of field 'OTHERMDTYPE'.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 void setXPTR(String XPTR)
XPTR
- the value of field 'XPTR'.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 |