public interface WsdlElementReference
extends org.apache.xmlbeans.XmlNCName
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | WsdlElementReference.FactoryA 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, stringValuechangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextWsdlElementType.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.