it.imolinfo.jbi4corba.jbi.wsdl
Class Jbi4CorbaAddress
java.lang.Object
it.imolinfo.jbi4corba.jbi.wsdl.Jbi4CorbaAddress
- All Implemented Interfaces:
- Serializable, javax.wsdl.extensions.ExtensibilityElement
public class Jbi4CorbaAddress
- extends Object
- implements javax.wsdl.extensions.ExtensibilityElement, Serializable
The Class Jbi4CorbaAddress, according with JWSDL specs (see JSR 110).
- Author:
- Marco Piraccini
- See Also:
- Serialized Form
Jbi4CorbaAddress
public Jbi4CorbaAddress()
- The default constructor.
getElementType
public QName getElementType()
- Specified by:
getElementType
in interface javax.wsdl.extensions.ExtensibilityElement
- Returns:
- The return
setElementType
public void setElementType(QName elementType)
- Specified by:
setElementType
in interface javax.wsdl.extensions.ExtensibilityElement
- Parameters:
elementType
- The element type
getName
public String getName()
- Returns:
- The return
setName
public void setName(String name)
- Parameters:
name
- The name
getRequired
public Boolean getRequired()
- Specified by:
getRequired
in interface javax.wsdl.extensions.ExtensibilityElement
- Returns:
- The return
setRequired
public void setRequired(Boolean required)
- Specified by:
setRequired
in interface javax.wsdl.extensions.ExtensibilityElement
- Parameters:
required
- The required
getLocalizationType
public String getLocalizationType()
- Returns:
- The return
setLocalizationType
public void setLocalizationType(String localizationType)
- Parameters:
localizationType
- The localization type
toString
public String toString()
- Overrides:
toString
in class Object
- Returns:
- The return
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
- Parameters:
obj
- The object
- Returns:
- The return
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
- Returns:
- The return
getOrbProperties
public Properties getOrbProperties()
- Returns:
- The return
setOrbProperties
public void setOrbProperties(Properties orbProperties)
- Parameters:
orbProperties
- The orb properties
isPeristent
public Boolean isPeristent()
setPeristent
public void setPeristent(Boolean peristent)
Copyright © 2005-2010 Imola Informatica. All Rights Reserved.