|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbAddress
public class Jbi4EjbAddress
The Class Jbi4EjbAddress, according with JWSDL specs (see JSR 110).
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 |
---|
public Jbi4EjbAddress()
Method Detail |
---|
public javax.xml.namespace.QName getElementType()
getElementType
in interface javax.wsdl.extensions.ExtensibilityElement
ExtensibilityElement.getElementType()
public void setElementType(javax.xml.namespace.QName elementType)
setElementType
in interface javax.wsdl.extensions.ExtensibilityElement
elementType
- the element typeExtensibilityElement.setElementType(javax.xml.namespace.QName)
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.Boolean getRequired()
getRequired
in interface javax.wsdl.extensions.ExtensibilityElement
ExtensibilityElement.getRequired()
public void setRequired(java.lang.Boolean required)
setRequired
in interface javax.wsdl.extensions.ExtensibilityElement
required
- the required propertyExtensibilityElement.setRequired(java.lang.Boolean)
public java.lang.String getLocalizationType()
public void setLocalizationType(java.lang.String localizationType)
localizationType
- the new localization typepublic java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the parameter to test
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |