it.imolinfo.jbi4corba.jbi.wsdl
Class Jbi4CorbaBinding

java.lang.Object
  extended by it.imolinfo.jbi4corba.jbi.wsdl.Jbi4CorbaBinding
All Implemented Interfaces:
Serializable, javax.wsdl.extensions.ExtensibilityElement

public class Jbi4CorbaBinding
extends Object
implements javax.wsdl.extensions.ExtensibilityElement, Serializable

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

Author:
Marco Piraccini
See Also:
Serialized Form

Constructor Summary
Jbi4CorbaBinding()
          Default constructor.
 
Method Summary
 boolean equals(Object obj)
           
 QName getElementType()
           
 List<Jbi4CorbaIDLEntry> getJbi4CorbaDLEntryList()
           
 Boolean getRequired()
           
 int hashCode()
           
 void setElementType(QName elementType)
           
 void setJbi4CorbaDLEntryList(List<Jbi4CorbaIDLEntry> Jbi4CorbaDLEntryList)
           
 void setRequired(Boolean required)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Jbi4CorbaBinding

public Jbi4CorbaBinding()
Default constructor.

Method Detail

getJbi4CorbaDLEntryList

public List<Jbi4CorbaIDLEntry> getJbi4CorbaDLEntryList()

setJbi4CorbaDLEntryList

public void setJbi4CorbaDLEntryList(List<Jbi4CorbaIDLEntry> Jbi4CorbaDLEntryList)

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

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

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


Copyright © 2005-2010 Imola Informatica. All Rights Reserved.