org.apache.openejb.jee
Class Webservices

java.lang.Object
  extended by org.apache.openejb.jee.Webservices

public class Webservices
extends Object

javaee_web_services_1_3.xsd

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>
 


Field Summary
protected  TextMap description
           
protected  TextMap displayName
           
protected  LocalCollection<Icon> icon
           
protected  String id
           
protected  String version
           
protected  KeyedCollection<String,WebserviceDescription> webserviceDescription
           
 
Constructor Summary
Webservices()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected TextMap description

displayName

protected TextMap displayName

icon

protected LocalCollection<Icon> icon

webserviceDescription

protected KeyedCollection<String,WebserviceDescription> webserviceDescription

id

protected String id

version

protected String version
Constructor Detail

Webservices

public Webservices()
Method Detail

getDescriptions

public Text[] getDescriptions()

setDescriptions

public void setDescriptions(Text[] text)

getDescription

public String getDescription()

getDisplayNames

public Text[] getDisplayNames()

setDisplayNames

public void setDisplayNames(Text[] text)

getDisplayName

public String getDisplayName()

getIcons

public Collection<Icon> getIcons()

getIconMap

public Map<String,Icon> getIconMap()

getIcon

public Icon getIcon()

getWebserviceDescription

public Collection<WebserviceDescription> getWebserviceDescription()

getWebserviceDescriptionMap

public Map<String,WebserviceDescription> getWebserviceDescriptionMap()

getId

public String getId()

setId

public void setId(String value)

getVersion

public String getVersion()

setVersion

public void setVersion(String value)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.