java.lang.Object
org.wso2.carbon.statistics.stub.types.axis2.description.AxisServiceGroup
All Implemented Interfaces:
Serializable, org.apache.axis2.databinding.ADBBean

public class AxisServiceGroup extends Object implements org.apache.axis2.databinding.ADBBean
AxisServiceGroup bean class
See Also:
  • Field Details

    • localAxisDescription

      protected AxisConfiguration localAxisDescription
      field for AxisDescription
    • localAxisDescriptionTracker

      protected boolean localAxisDescriptionTracker
    • localFoundWebResources

      protected boolean localFoundWebResources
      field for FoundWebResources
    • localFoundWebResourcesTracker

      protected boolean localFoundWebResourcesTracker
    • localKey

      protected Object localKey
      field for Key
    • localKeyTracker

      protected boolean localKeyTracker
    • localModuleRefs

      protected Object localModuleRefs
      field for ModuleRefs
    • localModuleRefsTracker

      protected boolean localModuleRefsTracker
    • localServiceGroupClassLoader

      protected Object localServiceGroupClassLoader
      field for ServiceGroupClassLoader
    • localServiceGroupClassLoaderTracker

      protected boolean localServiceGroupClassLoaderTracker
    • localServiceGroupName

      protected String localServiceGroupName
      field for ServiceGroupName
    • localServiceGroupNameTracker

      protected boolean localServiceGroupNameTracker
    • localServices

      protected Iterator localServices
      field for Services
    • localServicesTracker

      protected boolean localServicesTracker
  • Constructor Details

    • AxisServiceGroup

      public AxisServiceGroup()
  • Method Details

    • isAxisDescriptionSpecified

      public boolean isAxisDescriptionSpecified()
    • getAxisDescription

      public AxisConfiguration getAxisDescription()
      Auto generated getter method
      Returns:
      org.wso2.carbon.statistics.stub.types.axis2.engine.AxisConfiguration
    • setAxisDescription

      public void setAxisDescription(AxisConfiguration param)
      Auto generated setter method
      Parameters:
      param - AxisDescription
    • isFoundWebResourcesSpecified

      public boolean isFoundWebResourcesSpecified()
    • getFoundWebResources

      public boolean getFoundWebResources()
      Auto generated getter method
      Returns:
      boolean
    • setFoundWebResources

      public void setFoundWebResources(boolean param)
      Auto generated setter method
      Parameters:
      param - FoundWebResources
    • isKeySpecified

      public boolean isKeySpecified()
    • getKey

      public Object getKey()
      Auto generated getter method
      Returns:
      java.lang.Object
    • setKey

      public void setKey(Object param)
      Auto generated setter method
      Parameters:
      param - Key
    • isModuleRefsSpecified

      public boolean isModuleRefsSpecified()
    • getModuleRefs

      public Object getModuleRefs()
      Auto generated getter method
      Returns:
      java.lang.Object
    • setModuleRefs

      public void setModuleRefs(Object param)
      Auto generated setter method
      Parameters:
      param - ModuleRefs
    • isServiceGroupClassLoaderSpecified

      public boolean isServiceGroupClassLoaderSpecified()
    • getServiceGroupClassLoader

      public Object getServiceGroupClassLoader()
      Auto generated getter method
      Returns:
      java.lang.Object
    • setServiceGroupClassLoader

      public void setServiceGroupClassLoader(Object param)
      Auto generated setter method
      Parameters:
      param - ServiceGroupClassLoader
    • isServiceGroupNameSpecified

      public boolean isServiceGroupNameSpecified()
    • getServiceGroupName

      public String getServiceGroupName()
      Auto generated getter method
      Returns:
      java.lang.String
    • setServiceGroupName

      public void setServiceGroupName(String param)
      Auto generated setter method
      Parameters:
      param - ServiceGroupName
    • isServicesSpecified

      public boolean isServicesSpecified()
    • getServices

      public Iterator getServices()
      Auto generated getter method
      Returns:
      org.wso2.carbon.statistics.stub.types.other.Iterator
    • setServices

      public void setServices(Iterator param)
      Auto generated setter method
      Parameters:
      param - Services
    • getOMElement

      public org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException
      Specified by:
      getOMElement in interface org.apache.axis2.databinding.ADBBean
      Parameters:
      parentQName -
      factory -
      Returns:
      org.apache.axiom.om.OMElement
      Throws:
      org.apache.axis2.databinding.ADBException
    • serialize

      public void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, org.apache.axis2.databinding.ADBException
      Specified by:
      serialize in interface org.apache.axis2.databinding.ADBBean
      Throws:
      XMLStreamException
      org.apache.axis2.databinding.ADBException
    • serialize

      public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, org.apache.axis2.databinding.ADBException
      Specified by:
      serialize in interface org.apache.axis2.databinding.ADBBean
      Throws:
      XMLStreamException
      org.apache.axis2.databinding.ADBException
    • getPullParser

      public XMLStreamReader getPullParser(QName qName) throws org.apache.axis2.databinding.ADBException
      databinding method to get an XML representation of this object
      Specified by:
      getPullParser in interface org.apache.axis2.databinding.ADBBean
      Throws:
      org.apache.axis2.databinding.ADBException