org.apache.openejb.jee
Class Webservices

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

public class Webservices
extends Object


Field Summary
protected  List<String> description
           
protected  List<String> displayName
           
protected  LocalCollection<Icon> icon
           
protected  String id
           
protected  String version
           
protected  KeyedCollection<String,WebserviceDescription> webserviceDescription
           
 
Constructor Summary
Webservices()
           
 
Method Summary
 List<String> getDescription()
           
 List<String> getDisplayName()
           
 Icon getIcon()
           
 Map<String,Icon> getIconMap()
           
 Collection<Icon> getIcons()
           
 String getId()
           
 String getVersion()
           
 Collection<WebserviceDescription> getWebserviceDescription()
           
 Map<String,WebserviceDescription> getWebserviceDescriptionMap()
           
 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 List<String> description

displayName

protected List<String> 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

getDescription

public List<String> getDescription()

getDisplayName

public List<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 OpenEJB development community. All Rights Reserved.