public class ServiceType extends Object implements Serializable
| Constructor and Description |
|---|
ServiceType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbstract()
Returns the value of field 'abstract'.
|
String |
getAccessConstraints()
Returns the value of field 'accessConstraints'.
|
String |
getFees()
Returns the value of field 'fees'.
|
String |
getKeywords()
Returns the value of field 'keywords'.
|
String |
getName()
Returns the value of field 'name'.
|
Object |
getOnlineResource()
Returns the value of field 'onlineResource'.
|
String |
getTitle()
Returns the value of field 'title'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
void |
setAbstract(String _abstract)
Sets the value of field 'abstract'.
|
void |
setAccessConstraints(String accessConstraints)
Sets the value of field 'accessConstraints'.
|
void |
setFees(String fees)
Sets the value of field 'fees'.
|
void |
setKeywords(String keywords)
Sets the value of field 'keywords'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setOnlineResource(Object onlineResource)
Sets the value of field 'onlineResource'.
|
void |
setTitle(String title)
Sets the value of field 'title'.
|
static ServiceType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public String getAbstract()
public String getAccessConstraints()
public String getFees()
public String getKeywords()
public String getName()
public Object getOnlineResource()
public String getTitle()
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 setAbstract(String _abstract)
_abstract - abstract - the value of field 'abstract'.public void setAccessConstraints(String accessConstraints)
accessConstraints - the value of field
'accessConstraints'.public void setFees(String fees)
fees - the value of field 'fees'.public void setKeywords(String keywords)
keywords - the value of field 'keywords'.public void setName(String name)
name - the value of field 'name'.public void setOnlineResource(Object onlineResource)
onlineResource - the value of field 'onlineResource'.public void setTitle(String title)
title - the value of field 'title'.public static ServiceType 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 © 2022 B3Partners B.V.. All rights reserved.