org.apache.servicemix.soap.core.model
Class AbstractWsdl1Part

java.lang.Object
  extended by org.apache.servicemix.soap.core.model.AbstractWsdl1Part
All Implemented Interfaces:
Wsdl1Part
Direct Known Subclasses:
Wsdl1SoapPartImpl

public class AbstractWsdl1Part
extends java.lang.Object
implements Wsdl1Part

Author:
Guillaume Nodet

Constructor Summary
AbstractWsdl1Part()
           
 
Method Summary
 javax.xml.namespace.QName getElement()
           
 java.lang.String getName()
           
 javax.xml.namespace.QName getType()
           
 void setElement(javax.xml.namespace.QName element)
           
 void setName(java.lang.String name)
           
 void setType(javax.xml.namespace.QName type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWsdl1Part

public AbstractWsdl1Part()
Method Detail

getElement

public javax.xml.namespace.QName getElement()
Specified by:
getElement in interface Wsdl1Part
Returns:
the element

setElement

public void setElement(javax.xml.namespace.QName element)
Parameters:
element - the element to set

getName

public java.lang.String getName()
Specified by:
getName in interface Wsdl1Part
Returns:
the name

setName

public void setName(java.lang.String name)
Parameters:
name - the name to set

getType

public javax.xml.namespace.QName getType()
Specified by:
getType in interface Wsdl1Part
Returns:
the type

setType

public void setType(javax.xml.namespace.QName type)
Parameters:
type - the type to set


Copyright © 2005-2012 FuseSource. All Rights Reserved.