public interface WsdlReference
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
WsdlReference.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 |
---|---|
WsdlElementReference |
addNewWsdlElement()
Appends and returns a new empty "wsdlElement" element
|
String |
getServiceLocation()
Gets the "serviceLocation" element
|
WsdlElementReference |
getWsdlElement()
Gets the "wsdlElement" element
|
String |
getWsdlURI()
Gets the "wsdlURI" element
|
boolean |
isSetServiceLocation()
True if has "serviceLocation" element
|
void |
setServiceLocation(String serviceLocation)
Sets the "serviceLocation" element
|
void |
setWsdlElement(WsdlElementReference wsdlElement)
Sets the "wsdlElement" element
|
void |
setWsdlURI(String wsdlURI)
Sets the "wsdlURI" element
|
void |
unsetServiceLocation()
Unsets the "serviceLocation" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetServiceLocation()
Gets (as xml) the "serviceLocation" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetWsdlURI()
Gets (as xml) the "wsdlURI" element
|
void |
xsetServiceLocation(org.apache.xmlbeans.XmlAnyURI serviceLocation)
Sets (as xml) the "serviceLocation" element
|
void |
xsetWsdlURI(org.apache.xmlbeans.XmlAnyURI wsdlURI)
Sets (as xml) the "wsdlURI" element
|
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
WsdlElementReference getWsdlElement()
void setWsdlElement(WsdlElementReference wsdlElement)
WsdlElementReference addNewWsdlElement()
String getWsdlURI()
org.apache.xmlbeans.XmlAnyURI xgetWsdlURI()
void setWsdlURI(String wsdlURI)
void xsetWsdlURI(org.apache.xmlbeans.XmlAnyURI wsdlURI)
String getServiceLocation()
org.apache.xmlbeans.XmlAnyURI xgetServiceLocation()
boolean isSetServiceLocation()
void setServiceLocation(String serviceLocation)
void xsetServiceLocation(org.apache.xmlbeans.XmlAnyURI serviceLocation)
void unsetServiceLocation()
Copyright © 2019. All Rights Reserved.