|
||||||||||
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.SmLink
public class SmLink
smLink: structural map Link An element linking two elements in the structural map, used to indicate that a hyperlink exists between the two METS components represented by the two structural map nodes. You would use smLink, for example, to record the existence of hypertext links between web pages, if you wish to record those links' existence inside of METS.
Constructor Summary | |
---|---|
SmLink()
|
Method Summary | |
---|---|
Object |
getActuate()
Returns the value of field 'actuate'. |
Object |
getArcrole()
Returns the value of field 'arcrole'. |
Object |
getFrom()
Returns the value of field 'from'. |
String |
getID()
Returns the value of field 'ID'. |
Object |
getShow()
Returns the value of field 'show'. |
Object |
getTitle()
Returns the value of field 'title'. |
Object |
getTo()
Returns the value of field 'to'. |
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 |
setFrom(Object from)
Sets the value of field 'from'. |
void |
setID(String ID)
Sets the value of field 'ID'. |
void |
setShow(Object show)
Sets the value of field 'show'. |
void |
setTitle(Object title)
Sets the value of field 'title'. |
void |
setTo(Object to)
Sets the value of field 'to'. |
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 SmLink()
Method Detail |
---|
public Object getActuate()
public Object getArcrole()
public Object getFrom()
public String getID()
public Object getShow()
public Object getTitle()
public Object getTo()
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 setFrom(Object from)
from
- the value of field 'from'.public void setID(String ID)
ID
- the value of field 'ID'.public void setShow(Object show)
show
- the value of field 'show'.public void setTitle(Object title)
title
- the value of field 'title'.public void setTo(Object to)
to
- the value of field 'to'.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 |