public abstract class SiteType extends RemoteSource
Java class for siteType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="siteType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
displayName |
protected java.lang.String |
url |
| Constructor and Description |
|---|
SiteType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayName()
Gets the value of the displayName property.
|
java.lang.String |
getUrl()
Gets the value of the url property.
|
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property.
|
void |
setUrl(java.lang.String value)
Sets the value of the url property.
|
getFetchError, getName, getPermittedModules, getProvider, isEnabled, setEnabled, setFetchError, setPermittedSchemaModules, setProviderpublic java.lang.String getUrl()
getUrl in interface RepositorySourcegetUrl in class RemoteSourceStringpublic void setUrl(java.lang.String value)
setUrl in class RemoteSourcevalue - allowed object is
Stringpublic java.lang.String getDisplayName()
getDisplayName in interface RepositorySourcegetDisplayName in class RemoteSourceStringpublic void setDisplayName(java.lang.String value)
value - allowed object is
String