it.imolinfo.jbi4ejb.jbi.wsdl
Class Jbi4EjbAddress

java.lang.Object
  extended by it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbAddress
All Implemented Interfaces:
java.io.Serializable, javax.wsdl.extensions.ExtensibilityElement

public class Jbi4EjbAddress
extends java.lang.Object
implements javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable

The Class Jbi4EjbAddress, according with JWSDL specs (see JSR 110).

Author:
Marco Piraccini
See Also:
Serialized Form

Constructor Summary
Jbi4EjbAddress()
          Instantiates a new jbi4 ejb address.
 
Method Summary
 boolean equals(java.lang.Object obj)
          equals redefinition.
 javax.xml.namespace.QName getElementType()
          Gets the ElementType.
 java.lang.String getLocalizationType()
          Gets the localization type.
 java.lang.String getName()
          Gets the name.
 java.lang.Boolean getRequired()
          Required property getter.
 int hashCode()
          hashCode redefinition.
 void setElementType(javax.xml.namespace.QName elementType)
          Sets the element type.
 void setLocalizationType(java.lang.String localizationType)
          Sets the localization type.
 void setName(java.lang.String name)
          Sets the name.
 void setRequired(java.lang.Boolean required)
          Required property setter.
 java.lang.String toString()
          toString redefinition.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Jbi4EjbAddress

public Jbi4EjbAddress()
Instantiates a new jbi4 ejb address.

Method Detail

getElementType

public javax.xml.namespace.QName getElementType()
Gets the ElementType.

Specified by:
getElementType in interface javax.wsdl.extensions.ExtensibilityElement
Returns:
the extensibility element
See Also:
ExtensibilityElement.getElementType()

setElementType

public void setElementType(javax.xml.namespace.QName elementType)
Sets the element type.

Specified by:
setElementType in interface javax.wsdl.extensions.ExtensibilityElement
Parameters:
elementType - the element type
See Also:
ExtensibilityElement.setElementType(javax.xml.namespace.QName)

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

getRequired

public java.lang.Boolean getRequired()
Required property getter.

Specified by:
getRequired in interface javax.wsdl.extensions.ExtensibilityElement
Returns:
true if required
See Also:
ExtensibilityElement.getRequired()

setRequired

public void setRequired(java.lang.Boolean required)
Required property setter.

Specified by:
setRequired in interface javax.wsdl.extensions.ExtensibilityElement
Parameters:
required - the required property
See Also:
ExtensibilityElement.setRequired(java.lang.Boolean)

getLocalizationType

public java.lang.String getLocalizationType()
Gets the localization type.

Returns:
the localization type

setLocalizationType

public void setLocalizationType(java.lang.String localizationType)
Sets the localization type.

Parameters:
localizationType - the new localization type

toString

public java.lang.String toString()
toString redefinition.

Overrides:
toString in class java.lang.Object
Returns:
the object strig rapresentation
See Also:
Object.toString()

equals

public boolean equals(java.lang.Object obj)
equals redefinition.

Overrides:
equals in class java.lang.Object
Parameters:
obj - the parameter to test
Returns:
true if the two object are equals
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
hashCode redefinition.

Overrides:
hashCode in class java.lang.Object
Returns:
the hashcode for the object instance
See Also:
Object.hashCode()


Copyright © 2007-2008 Imola Informatica. All Rights Reserved.