javax.wsdl.extensions

Class UnknownExtensibilityElement

public class UnknownExtensibilityElement extends Object implements ExtensibilityElement, Serializable

This class is used to wrap arbitrary elements.

Author: Matthew J. Duftler (duftler@us.ibm.com)

See Also: UnknownExtensionSerializer

Field Summary
protected Elementelement
protected QNameelementType
protected Booleanrequired
static longserialVersionUID
Method Summary
ElementgetElement()
Get the Element for this extensibility element.
QNamegetElementType()
Get the type of this extensibility element.
BooleangetRequired()
Get whether or not the semantics of this extension are required.
voidsetElement(Element element)
Set the Element for this extensibility element.
voidsetElementType(QName elementType)
Set the type of this extensibility element.
voidsetRequired(Boolean required)
Set whether or not the semantics of this extension are required.
StringtoString()

Field Detail

element

protected Element element

elementType

protected QName elementType

required

protected Boolean required

serialVersionUID

public static final long serialVersionUID

Method Detail

getElement

public Element getElement()
Get the Element for this extensibility element.

Returns: the unknown element that was encountered

getElementType

public QName getElementType()
Get the type of this extensibility element.

Returns: the extensibility element's type

getRequired

public Boolean getRequired()
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.

setElement

public void setElement(Element element)
Set the Element for this extensibility element.

Parameters: element the unknown element that was encountered

setElementType

public void setElementType(QName elementType)
Set the type of this extensibility element.

Parameters: elementType the type

setRequired

public void setRequired(Boolean required)
Set whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.

toString

public String toString()
Copyright B) 2003,2005 IBM. All Rights Reserved.