|
||||||||||
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.FLocat
public class FLocat
FLocat: File Location. The FLocat element provides a pointer to the location of a content file. It uses the XLink syntax to provide linking information indicating the actual location of the content file, along with a few additional attributes specifying additional linking information. NOTE: FLocat is an empty element. The location of the resource pointed to MUST be stored in the xlink:href element.
Constructor Summary | |
---|---|
FLocat()
|
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'. |
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'. |
String |
getUSE()
Returns the value of field 'USE'. |
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 |
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'. |
void |
setUSE(String USE)
Sets the value of field 'USE'. |
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 FLocat()
Method Detail |
---|
public Object getActuate()
public Object getArcrole()
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 String getUSE()
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 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 void setUSE(String USE)
USE
- the value of field 'USE'.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 |