|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.interfacedef.wsdl.impl.WSDLObjectImpl<T>
public class WSDLObjectImpl<T extends java.io.Serializable>
Constructor Summary | |
---|---|
WSDLObjectImpl()
|
|
WSDLObjectImpl(Definition definition,
T element)
|
Method Summary | |
---|---|
Definition |
getDefinition()
Get the owning definition where the element is declared |
T |
getElement()
Get the WSDL element such as Service, PortType, Binding or Message |
void |
setDefinition(Definition definition)
Set the owning definition |
void |
setElement(T element)
Set the WSDL element |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSDLObjectImpl()
public WSDLObjectImpl(Definition definition, T element)
Method Detail |
---|
public Definition getDefinition()
WSDLObject
getDefinition
in interface WSDLObject<T extends java.io.Serializable>
public void setDefinition(Definition definition)
WSDLObject
setDefinition
in interface WSDLObject<T extends java.io.Serializable>
public T getElement()
WSDLObject
getElement
in interface WSDLObject<T extends java.io.Serializable>
public void setElement(T element)
WSDLObject
setElement
in interface WSDLObject<T extends java.io.Serializable>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |