uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class BusinessEntityExt

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.BusinessEntityExt
All Implemented Interfaces:
org.apache.axis.encoding.AnyContentType, Serializable, UDDIv2DataModelVisitable

public class BusinessEntityExt
extends Object
implements Serializable, org.apache.axis.encoding.AnyContentType, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
BusinessEntityExt()
           
BusinessEntityExt(org.apache.axis.message.MessageElement[] _any, BusinessEntity businessEntity)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this BusinessEntityExt.
 BusinessEntity getBusinessEntity()
          Gets the businessEntity value for this BusinessEntityExt.
 int hashCode()
           
 void set_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this BusinessEntityExt.
 void setBusinessEntity(BusinessEntity businessEntity)
          Sets the businessEntity value for this BusinessEntityExt.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessEntityExt

public BusinessEntityExt()

BusinessEntityExt

public BusinessEntityExt(org.apache.axis.message.MessageElement[] _any,
                         BusinessEntity businessEntity)
Method Detail

getBusinessEntity

public BusinessEntity getBusinessEntity()
Gets the businessEntity value for this BusinessEntityExt.

Returns:
businessEntity

setBusinessEntity

public void setBusinessEntity(BusinessEntity businessEntity)
Sets the businessEntity value for this BusinessEntityExt.

Parameters:
businessEntity -

get_any

public org.apache.axis.message.MessageElement[] get_any()
Gets the _any value for this BusinessEntityExt.

Specified by:
get_any in interface org.apache.axis.encoding.AnyContentType
Returns:
_any

set_any

public void set_any(org.apache.axis.message.MessageElement[] _any)
Sets the _any value for this BusinessEntityExt.

Specified by:
set_any in interface org.apache.axis.encoding.AnyContentType
Parameters:
_any -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

accept

public Object accept(UDDIv2DataModelVisitor v)
              throws Exception
Grimoires specific methods and constructors

Specified by:
accept in interface UDDIv2DataModelVisitable
Throws:
Exception