public class XrefT extends Object
Java class for xref_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="xref_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="source" type="{http://www.unimod.org/xmlns/schema/unimod_2}xref_source_t"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
source |
protected String |
text |
protected String |
url |
| Constructor and Description |
|---|
XrefT() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSource()
Gets the value of the source property.
|
String |
getText()
Gets the value of the text property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
setText(String value)
Sets the value of the text property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
StringCopyright © 2016. All Rights Reserved.