|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.wsdl.TExtensibilityElementImpl
public class TExtensibilityElementImpl
Implements the ExtensibilityElement
interface.
Constructor Summary | |
---|---|
TExtensibilityElementImpl()
|
Method Summary | |
---|---|
QName |
getElementType()
Returns the type of this extensibility element. |
Boolean |
getRequired()
Get whether or not the semantics of this extension are required. |
void |
setElementType(QName type)
Sets the type of this extensibility element. |
void |
setRequired(Boolean value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TExtensibilityElementImpl()
Method Detail |
---|
public QName getElementType()
getElementType
in interface javax.wsdl.extensions.ExtensibilityElement
public void setElementType(QName type)
setElementType
in interface javax.wsdl.extensions.ExtensibilityElement
type
- QName the type of this element.public Boolean getRequired()
getRequired
in interface javax.wsdl.extensions.ExtensibilityElement
public void setRequired(Boolean value)
setRequired
in interface javax.wsdl.extensions.ExtensibilityElement
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |