public class MetadataType extends Object implements Serializable
| Constructor and Description |
|---|
MetadataType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbout()
Returns the value of field 'about'.
|
Object |
getAbstractMetaData()
Returns the value of field 'abstractMetaData'.
|
Object |
getActuate()
Returns the value of field 'actuate'.
|
Object |
getArcrole()
Returns the value of field 'arcrole'.
|
Object |
getHref()
Returns the value of field 'href'.
|
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
|
void |
setAbout(String about)
Sets the value of field 'about'.
|
void |
setAbstractMetaData(Object abstractMetaData)
Sets the value of field 'abstractMetaData'.
|
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 |
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 MetadataType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public String getAbout()
public Object getAbstractMetaData()
public Object getActuate()
public Object getArcrole()
public Object getHref()
public Object getRole()
public Object getShow()
public Object getTitle()
public String getType()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void setAbout(String about)
about - the value of field 'about'.public void setAbstractMetaData(Object abstractMetaData)
abstractMetaData - the value of field 'abstractMetaData'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 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 MetadataType unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2020 B3Partners B.V.. All rights reserved.