public class ElementDeclarationPart extends Object implements ComponentPart
ElementDeclarationPart
is a Element Declaration Pointer Part for the Element Declaration WSDL 2.0 component.
See the specification at http://www.w3.org/TR/wsdl20/#wsdl.elementDeclarationConstructor and Description |
---|
ElementDeclarationPart(QName element)
Constructs a ElementDeclarationPart class for an Element Declaration component with another type system.
|
ElementDeclarationPart(QName element,
URI system)
Constructs a ElementDeclarationPart class for an Element Declaration component with an XMLScheme type system.
|
Modifier and Type | Method and Description |
---|---|
ComponentPart |
prefixNamespaces(FragmentIdentifier fragmentIdentifier)
Checks that the namespace prefixes used in this PointerPart are consistent with those in the WSDL Fragment Identifier.
|
String |
toString()
Returns a String of the serialised Element Declaration Pointer Part.
|
public ElementDeclarationPart(QName element, URI system)
element
- the name of the Element Declaration component.system
- namespace absolute IRI of the extension type system used for the Element Declaration component.IllegalArgumentException
- if element or system are null.public ElementDeclarationPart(QName element)
element
- the name of the Element Declaration component.IllegalArgumentException
- if element is null.public ComponentPart prefixNamespaces(FragmentIdentifier fragmentIdentifier)
ComponentPart
prefixNamespaces
in interface ComponentPart
fragmentIdentifier
- a Fragment Identifier which the namespace prefixes are checked against.public String toString()
toString
in interface PointerPart
toString
in class Object
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.