|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.FullTextURLInfo
public class FullTextURLInfo
Java class for fullTextURLInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fullTextURLInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="availability" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="availabilityCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="documentStyle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="site" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
availability
|
protected String |
availabilityCode
|
protected String |
documentStyle
|
protected String |
site
|
protected String |
url
|
Constructor Summary | |
---|---|
FullTextURLInfo()
|
Method Summary | |
---|---|
String |
getAvailability()
Gets the value of the availability property. |
String |
getAvailabilityCode()
Gets the value of the availabilityCode property. |
String |
getDocumentStyle()
Gets the value of the documentStyle property. |
String |
getSite()
Gets the value of the site property. |
String |
getUrl()
Gets the value of the url property. |
void |
setAvailability(String value)
Sets the value of the availability property. |
void |
setAvailabilityCode(String value)
Sets the value of the availabilityCode property. |
void |
setDocumentStyle(String value)
Sets the value of the documentStyle property. |
void |
setSite(String value)
Sets the value of the site property. |
void |
setUrl(String value)
Sets the value of the url property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String availability
protected String availabilityCode
protected String documentStyle
protected String site
protected String url
Constructor Detail |
---|
public FullTextURLInfo()
Method Detail |
---|
public String getAvailability()
String
public void setAvailability(String value)
value
- allowed object is
String
public String getAvailabilityCode()
String
public void setAvailabilityCode(String value)
value
- allowed object is
String
public String getDocumentStyle()
String
public void setDocumentStyle(String value)
value
- allowed object is
String
public String getSite()
String
public void setSite(String value)
value
- allowed object is
String
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |