public class Service
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}Name"/>
<element ref="{}Title"/>
<element ref="{}Abstract" minOccurs="0"/>
<element ref="{}KeywordList" minOccurs="0"/>
<element ref="{}OnlineResource"/>
<element ref="{}ContactInformation" minOccurs="0"/>
<element ref="{}Fees" minOccurs="0"/>
<element ref="{}AccessConstraints" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
_abstract |
protected java.lang.String |
accessConstraints |
protected ContactInformation |
contactInformation |
protected java.lang.String |
fees |
protected KeywordList |
keywordList |
protected java.lang.String |
name |
protected OnlineResource |
onlineResource |
protected java.lang.String |
title |
| Constructor and Description |
|---|
Service() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAbstract()
Gets the value of the abstract property.
|
java.lang.String |
getAccessConstraints()
Gets the value of the accessConstraints property.
|
ContactInformation |
getContactInformation()
Gets the value of the contactInformation property.
|
java.lang.String |
getFees()
Gets the value of the fees property.
|
KeywordList |
getKeywordList()
Gets the value of the keywordList property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
OnlineResource |
getOnlineResource()
Gets the value of the onlineResource property.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
void |
setAbstract(java.lang.String value)
Sets the value of the abstract property.
|
void |
setAccessConstraints(java.lang.String value)
Sets the value of the accessConstraints property.
|
void |
setContactInformation(ContactInformation value)
Sets the value of the contactInformation property.
|
void |
setFees(java.lang.String value)
Sets the value of the fees property.
|
void |
setKeywordList(KeywordList value)
Sets the value of the keywordList property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOnlineResource(OnlineResource value)
Sets the value of the onlineResource property.
|
void |
setTitle(java.lang.String value)
Sets the value of the title property.
|
protected java.lang.String name
protected java.lang.String title
protected java.lang.String _abstract
protected KeywordList keywordList
protected OnlineResource onlineResource
protected ContactInformation contactInformation
protected java.lang.String fees
protected java.lang.String accessConstraints
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAbstract()
Stringpublic void setAbstract(java.lang.String value)
value - allowed object is
Stringpublic KeywordList getKeywordList()
KeywordListpublic void setKeywordList(KeywordList value)
value - allowed object is
KeywordListpublic OnlineResource getOnlineResource()
OnlineResourcepublic void setOnlineResource(OnlineResource value)
value - allowed object is
OnlineResourcepublic ContactInformation getContactInformation()
ContactInformationpublic void setContactInformation(ContactInformation value)
value - allowed object is
ContactInformationpublic java.lang.String getFees()
Stringpublic void setFees(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAccessConstraints()
Stringpublic void setAccessConstraints(java.lang.String value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.