|
||||||||||
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.AltRecordID
public class AltRecordID
altRecordID: Alternative Record ID. This element allows for documentation of alternative ID values for the METS document in addition to the primary ID stored in the OBJID attribute in the root METS element.
Constructor Summary | |
---|---|
AltRecordID()
|
Method Summary | |
---|---|
String |
getContent()
Returns the value of field 'content'. |
String |
getID()
Returns the value of field 'ID'. |
String |
getTYPE()
Returns the value of field 'TYPE'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setContent(String content)
Sets the value of field 'content'. |
void |
setID(String ID)
Sets the value of field 'ID'. |
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 AltRecordID()
Method Detail |
---|
public String getContent()
public String getID()
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 void setContent(String content)
content
- the value of field 'content'.public void setID(String ID)
ID
- the value of field 'ID'.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 |