org.apache.servicemix.soap.core.model
Class AbstractWsdl1Part
java.lang.Object
org.apache.servicemix.soap.core.model.AbstractWsdl1Part
- All Implemented Interfaces:
- Wsdl1Part
- Direct Known Subclasses:
- Wsdl1SoapPartImpl
public class AbstractWsdl1Part
- extends Object
- implements Wsdl1Part
- Author:
- Guillaume Nodet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWsdl1Part
public AbstractWsdl1Part()
getElement
public QName getElement()
- Specified by:
getElement in interface Wsdl1Part
- Returns:
- the element
setElement
public void setElement(QName element)
- Parameters:
element - the element to set
getName
public String getName()
- Specified by:
getName in interface Wsdl1Part
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
getType
public QName getType()
- Specified by:
getType in interface Wsdl1Part
- Returns:
- the type
setType
public void setType(QName type)
- Parameters:
type - the type to set
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.