public interface UddiReference
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
UddiReference.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 |
---|---|
UddiKey |
addNewUddiKey()
Appends and returns a new empty "uddiKey" element
|
WsdlElementReference |
addNewWsdlElement()
Appends and returns a new empty "wsdlElement" element
|
String |
getInquiryURL()
Gets the "inquiryURL" element
|
String |
getServiceLocation()
Gets the "serviceLocation" element
|
UddiKey |
getUddiKey()
Gets the "uddiKey" element
|
WsdlElementReference |
getWsdlElement()
Gets the "wsdlElement" element
|
boolean |
isSetServiceLocation()
True if has "serviceLocation" element
|
boolean |
isSetWsdlElement()
True if has "wsdlElement" element
|
void |
setInquiryURL(String inquiryURL)
Sets the "inquiryURL" element
|
void |
setServiceLocation(String serviceLocation)
Sets the "serviceLocation" element
|
void |
setUddiKey(UddiKey uddiKey)
Sets the "uddiKey" element
|
void |
setWsdlElement(WsdlElementReference wsdlElement)
Sets the "wsdlElement" element
|
void |
unsetServiceLocation()
Unsets the "serviceLocation" element
|
void |
unsetWsdlElement()
Unsets the "wsdlElement" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetInquiryURL()
Gets (as xml) the "inquiryURL" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetServiceLocation()
Gets (as xml) the "serviceLocation" element
|
void |
xsetInquiryURL(org.apache.xmlbeans.XmlAnyURI inquiryURL)
Sets (as xml) the "inquiryURL" element
|
void |
xsetServiceLocation(org.apache.xmlbeans.XmlAnyURI serviceLocation)
Sets (as xml) the "serviceLocation" 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
UddiKey getUddiKey()
void setUddiKey(UddiKey uddiKey)
UddiKey addNewUddiKey()
String getInquiryURL()
org.apache.xmlbeans.XmlAnyURI xgetInquiryURL()
void setInquiryURL(String inquiryURL)
void xsetInquiryURL(org.apache.xmlbeans.XmlAnyURI inquiryURL)
WsdlElementReference getWsdlElement()
boolean isSetWsdlElement()
void setWsdlElement(WsdlElementReference wsdlElement)
WsdlElementReference addNewWsdlElement()
void unsetWsdlElement()
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.