public interface WsdlElementReference
extends org.apache.xmlbeans.XmlNCName
Modifier and Type | Interface and Description |
---|---|
static class |
WsdlElementReference.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
String |
getNamespace()
Gets the "namespace" attribute
|
String |
getParentElementName()
Gets the "parentElementName" attribute
|
WsdlElementType.Enum |
getType()
Gets the "type" attribute
|
boolean |
isSetParentElementName()
True if has "parentElementName" attribute
|
void |
setNamespace(String namespace)
Sets the "namespace" attribute
|
void |
setParentElementName(String parentElementName)
Sets the "parentElementName" attribute
|
void |
setType(WsdlElementType.Enum type)
Sets the "type" attribute
|
void |
unsetParentElementName()
Unsets the "parentElementName" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetNamespace()
Gets (as xml) the "namespace" attribute
|
org.apache.xmlbeans.XmlNCName |
xgetParentElementName()
Gets (as xml) the "parentElementName" attribute
|
WsdlElementType |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetNamespace(org.apache.xmlbeans.XmlAnyURI namespace)
Sets (as xml) the "namespace" attribute
|
void |
xsetParentElementName(org.apache.xmlbeans.XmlNCName parentElementName)
Sets (as xml) the "parentElementName" attribute
|
void |
xsetType(WsdlElementType type)
Sets (as xml) the "type" attribute
|
getStringValue, set, setStringValue, stringValue
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
WsdlElementType.Enum getType()
WsdlElementType xgetType()
void setType(WsdlElementType.Enum type)
void xsetType(WsdlElementType type)
String getNamespace()
org.apache.xmlbeans.XmlAnyURI xgetNamespace()
void setNamespace(String namespace)
void xsetNamespace(org.apache.xmlbeans.XmlAnyURI namespace)
String getParentElementName()
org.apache.xmlbeans.XmlNCName xgetParentElementName()
boolean isSetParentElementName()
void setParentElementName(String parentElementName)
void xsetParentElementName(org.apache.xmlbeans.XmlNCName parentElementName)
void unsetParentElementName()
Copyright © 2019. All Rights Reserved.