public class Webservices extends Object
Java class for webservicesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="webservicesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="webservice-description" type="{http://java.sun.com/xml/ns/javaee}webservice-descriptionType" maxOccurs="unbounded"/>
</sequence>
<attribute name="version" use="required" type="{http://java.sun.com/xml/ns/javaee}dewey-versionType" fixed="1.3" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TextMap |
description |
protected TextMap |
displayName |
protected LocalCollection<Icon> |
icon |
protected String |
id |
protected String |
version |
protected KeyedCollection<String,WebserviceDescription> |
webserviceDescription |
| Constructor and Description |
|---|
Webservices() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Text[] |
getDescriptions() |
String |
getDisplayName() |
Text[] |
getDisplayNames() |
Icon |
getIcon() |
Map<String,Icon> |
getIconMap() |
Collection<Icon> |
getIcons() |
String |
getId() |
String |
getVersion() |
Collection<WebserviceDescription> |
getWebserviceDescription() |
Map<String,WebserviceDescription> |
getWebserviceDescriptionMap() |
void |
setDescriptions(Text[] text) |
void |
setDisplayNames(Text[] text) |
void |
setId(String value) |
void |
setVersion(String value) |
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected KeyedCollection<String,WebserviceDescription> webserviceDescription
protected String id
protected String version
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public String getDescription()
public Text[] getDisplayNames()
public void setDisplayNames(Text[] text)
public String getDisplayName()
public Collection<Icon> getIcons()
public Icon getIcon()
public Collection<WebserviceDescription> getWebserviceDescription()
public Map<String,WebserviceDescription> getWebserviceDescriptionMap()
public String getId()
public void setId(String value)
public String getVersion()
public void setVersion(String value)
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.