public class Webservices
extends java.lang.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 java.lang.String | 
id  | 
protected java.lang.String | 
version  | 
protected KeyedCollection<java.lang.String,WebserviceDescription> | 
webserviceDescription  | 
| Constructor and Description | 
|---|
Webservices()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDescription()  | 
Text[] | 
getDescriptions()  | 
java.lang.String | 
getDisplayName()  | 
Text[] | 
getDisplayNames()  | 
Icon | 
getIcon()  | 
java.util.Map<java.lang.String,Icon> | 
getIconMap()  | 
java.util.Collection<Icon> | 
getIcons()  | 
java.lang.String | 
getId()  | 
java.lang.String | 
getVersion()  | 
java.util.Collection<WebserviceDescription> | 
getWebserviceDescription()  | 
java.util.Map<java.lang.String,WebserviceDescription> | 
getWebserviceDescriptionMap()  | 
void | 
setDescriptions(Text[] text)  | 
void | 
setDisplayNames(Text[] text)  | 
void | 
setId(java.lang.String value)  | 
void | 
setVersion(java.lang.String value)  | 
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected KeyedCollection<java.lang.String,WebserviceDescription> webserviceDescription
protected java.lang.String id
protected java.lang.String version
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public java.lang.String getDescription()
public Text[] getDisplayNames()
public void setDisplayNames(Text[] text)
public java.lang.String getDisplayName()
public java.util.Collection<Icon> getIcons()
public java.util.Map<java.lang.String,Icon> getIconMap()
public Icon getIcon()
public java.util.Collection<WebserviceDescription> getWebserviceDescription()
public java.util.Map<java.lang.String,WebserviceDescription> getWebserviceDescriptionMap()
public java.lang.String getId()
public void setId(java.lang.String value)
public java.lang.String getVersion()
public void setVersion(java.lang.String value)