public class SourceDescription extends 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 name="shortName">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="8"/>
</restriction>
</simpleType>
</element>
<element name="description" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="1024"/>
</restriction>
</simpleType>
</element>
<element name="link" type="{http://a9.com/-/opensearch/extensions/federation/1.0/}link" minOccurs="0"/>
<element name="longName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="48"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="sourceId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SourceDescription() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
Link |
getLink()
Gets the value of the link property.
|
String |
getLongName()
Gets the value of the longName property.
|
String |
getShortName()
Gets the value of the shortName property.
|
String |
getSourceId()
Gets the value of the sourceId property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setLink(Link value)
Sets the value of the link property.
|
void |
setLongName(String value)
Sets the value of the longName property.
|
void |
setShortName(String value)
Sets the value of the shortName property.
|
void |
setSourceId(String value)
Sets the value of the sourceId property.
|
public String getShortName()
Stringpublic void setShortName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic void setLink(Link value)
value - allowed object is
Linkpublic String getLongName()
Stringpublic void setLongName(String value)
value - allowed object is
Stringpublic String getSourceId()
StringCopyright © 2014–2015 Cohesive Integrations, LLC. All rights reserved.