|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.woden.wsdl20.extensions.UnknownExtensionElement
public class UnknownExtensionElement
This class is used to wrap arbitrary elements.
Based on the same class from WSDL4J.
UnknownExtensionSerializer
,
UnknownExtensionDeserializer
Field Summary | |
---|---|
protected XMLElement |
element
|
protected QName |
elementQN
|
protected java.lang.Boolean |
required
|
Constructor Summary | |
---|---|
UnknownExtensionElement()
|
Method Summary | |
---|---|
XMLElement |
getElement()
Get the Element for this extensibility element. |
QName |
getExtensionType()
Get the type of this extensibility element. |
java.lang.Boolean |
isRequired()
Get whether or not the semantics of this extension are required. |
void |
setElement(XMLElement element)
Set the Element for this extensibility element. |
void |
setExtensionType(QName elementQN)
Set the type of this extensibility element. |
void |
setRequired(java.lang.Boolean required)
Set whether or not the semantics of this extension are required. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected QName elementQN
protected java.lang.Boolean required
protected XMLElement element
Constructor Detail |
---|
public UnknownExtensionElement()
Method Detail |
---|
public void setExtensionType(QName elementQN)
setExtensionType
in interface ExtensionElement
elementQN
- the typepublic QName getExtensionType()
getExtensionType
in interface ExtensionElement
public void setRequired(java.lang.Boolean required)
setRequired
in interface ExtensionElement
public java.lang.Boolean isRequired()
isRequired
in interface ExtensionElement
public void setElement(XMLElement element)
element
- the unknown element that was encounteredpublic XMLElement getElement()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |