public class ServiceConnectOptionsTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements ServiceConnectOptionsType
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceConnectOptionsTypeImpl.HttpKeepaliveImpl
An XML http.keepalive(@http://xmlns.kaazing.org/2015/11/gateway).
|
static class |
ServiceConnectOptionsTypeImpl.SslEncryptionImpl
An XML ssl.encryption(@http://xmlns.kaazing.org/2015/11/gateway).
|
ServiceConnectOptionsType.Factory, ServiceConnectOptionsType.HttpKeepalive, ServiceConnectOptionsType.SslEncryption_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBERtype| Constructor and Description |
|---|
ServiceConnectOptionsTypeImpl(org.apache.xmlbeans.SchemaType sType) |
| Modifier and Type | Method and Description |
|---|---|
ServiceConnectOptionsType.HttpKeepalive.Enum |
getHttpKeepalive()
Gets the "http.keepalive" element
|
BigInteger |
getHttpKeepaliveConnections()
Gets the "http.keepalive.connections" element
|
String |
getHttpKeepaliveTimeout()
Gets the "http.keepalive.timeout" element
|
BigInteger |
getHttpMaximumRedirects()
Gets the "http.maximum.redirects" element
|
String |
getHttpTransport()
Gets the "http.transport" element
|
String |
getPipeTransport()
Gets the "pipe.transport" element
|
String |
getSslCiphers()
Gets the "ssl.ciphers" element
|
ServiceConnectOptionsType.SslEncryption.Enum |
getSslEncryption()
Gets the "ssl.encryption" element
|
String |
getSslProtocols()
Gets the "ssl.protocols" element
|
String |
getSslTransport()
Gets the "ssl.transport" element
|
String |
getTcpBind()
Gets the "tcp.bind" element
|
String |
getTcpTransport()
Gets the "tcp.transport" element
|
String |
getUdpInterface()
Gets the "udp.interface" element
|
String |
getWsInactivityTimeout()
Gets the "ws.inactivity.timeout" element
|
String |
getWsVersion()
Gets the "ws.version" element
|
boolean |
isSetHttpKeepalive()
True if has "http.keepalive" element
|
boolean |
isSetHttpKeepaliveConnections()
True if has "http.keepalive.connections" element
|
boolean |
isSetHttpKeepaliveTimeout()
True if has "http.keepalive.timeout" element
|
boolean |
isSetHttpMaximumRedirects()
True if has "http.maximum.redirects" element
|
boolean |
isSetHttpTransport()
True if has "http.transport" element
|
boolean |
isSetPipeTransport()
True if has "pipe.transport" element
|
boolean |
isSetSslCiphers()
True if has "ssl.ciphers" element
|
boolean |
isSetSslEncryption()
True if has "ssl.encryption" element
|
boolean |
isSetSslProtocols()
True if has "ssl.protocols" element
|
boolean |
isSetSslTransport()
True if has "ssl.transport" element
|
boolean |
isSetTcpBind()
True if has "tcp.bind" element
|
boolean |
isSetTcpTransport()
True if has "tcp.transport" element
|
boolean |
isSetUdpInterface()
True if has "udp.interface" element
|
boolean |
isSetWsInactivityTimeout()
True if has "ws.inactivity.timeout" element
|
boolean |
isSetWsVersion()
True if has "ws.version" element
|
void |
setHttpKeepalive(ServiceConnectOptionsType.HttpKeepalive.Enum httpKeepalive)
Sets the "http.keepalive" element
|
void |
setHttpKeepaliveConnections(BigInteger httpKeepaliveConnections)
Sets the "http.keepalive.connections" element
|
void |
setHttpKeepaliveTimeout(String httpKeepaliveTimeout)
Sets the "http.keepalive.timeout" element
|
void |
setHttpMaximumRedirects(BigInteger httpMaximumRedirects)
Sets the "http.maximum.redirects" element
|
void |
setHttpTransport(String httpTransport)
Sets the "http.transport" element
|
void |
setPipeTransport(String pipeTransport)
Sets the "pipe.transport" element
|
void |
setSslCiphers(String sslCiphers)
Sets the "ssl.ciphers" element
|
void |
setSslEncryption(ServiceConnectOptionsType.SslEncryption.Enum sslEncryption)
Sets the "ssl.encryption" element
|
void |
setSslProtocols(String sslProtocols)
Sets the "ssl.protocols" element
|
void |
setSslTransport(String sslTransport)
Sets the "ssl.transport" element
|
void |
setTcpBind(String tcpBind)
Sets the "tcp.bind" element
|
void |
setTcpTransport(String tcpTransport)
Sets the "tcp.transport" element
|
void |
setUdpInterface(String udpInterface)
Sets the "udp.interface" element
|
void |
setWsInactivityTimeout(String wsInactivityTimeout)
Sets the "ws.inactivity.timeout" element
|
void |
setWsVersion(String wsVersion)
Sets the "ws.version" element
|
void |
unsetHttpKeepalive()
Unsets the "http.keepalive" element
|
void |
unsetHttpKeepaliveConnections()
Unsets the "http.keepalive.connections" element
|
void |
unsetHttpKeepaliveTimeout()
Unsets the "http.keepalive.timeout" element
|
void |
unsetHttpMaximumRedirects()
Unsets the "http.maximum.redirects" element
|
void |
unsetHttpTransport()
Unsets the "http.transport" element
|
void |
unsetPipeTransport()
Unsets the "pipe.transport" element
|
void |
unsetSslCiphers()
Unsets the "ssl.ciphers" element
|
void |
unsetSslEncryption()
Unsets the "ssl.encryption" element
|
void |
unsetSslProtocols()
Unsets the "ssl.protocols" element
|
void |
unsetSslTransport()
Unsets the "ssl.transport" element
|
void |
unsetTcpBind()
Unsets the "tcp.bind" element
|
void |
unsetTcpTransport()
Unsets the "tcp.transport" element
|
void |
unsetUdpInterface()
Unsets the "udp.interface" element
|
void |
unsetWsInactivityTimeout()
Unsets the "ws.inactivity.timeout" element
|
void |
unsetWsVersion()
Unsets the "ws.version" element
|
ServiceConnectOptionsType.HttpKeepalive |
xgetHttpKeepalive()
Gets (as xml) the "http.keepalive" element
|
org.apache.xmlbeans.XmlNonNegativeInteger |
xgetHttpKeepaliveConnections()
Gets (as xml) the "http.keepalive.connections" element
|
TimeIntervalString |
xgetHttpKeepaliveTimeout()
Gets (as xml) the "http.keepalive.timeout" element
|
org.apache.xmlbeans.XmlNonNegativeInteger |
xgetHttpMaximumRedirects()
Gets (as xml) the "http.maximum.redirects" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetHttpTransport()
Gets (as xml) the "http.transport" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetPipeTransport()
Gets (as xml) the "pipe.transport" element
|
CSVType |
xgetSslCiphers()
Gets (as xml) the "ssl.ciphers" element
|
ServiceConnectOptionsType.SslEncryption |
xgetSslEncryption()
Gets (as xml) the "ssl.encryption" element
|
CSVType |
xgetSslProtocols()
Gets (as xml) the "ssl.protocols" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetSslTransport()
Gets (as xml) the "ssl.transport" element
|
CollapsedString |
xgetTcpBind()
Gets (as xml) the "tcp.bind" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetTcpTransport()
Gets (as xml) the "tcp.transport" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetUdpInterface()
Gets (as xml) the "udp.interface" element
|
TimeIntervalString |
xgetWsInactivityTimeout()
Gets (as xml) the "ws.inactivity.timeout" element
|
CollapsedString |
xgetWsVersion()
Gets (as xml) the "ws.version" element
|
void |
xsetHttpKeepalive(ServiceConnectOptionsType.HttpKeepalive httpKeepalive)
Sets (as xml) the "http.keepalive" element
|
void |
xsetHttpKeepaliveConnections(org.apache.xmlbeans.XmlNonNegativeInteger httpKeepaliveConnections)
Sets (as xml) the "http.keepalive.connections" element
|
void |
xsetHttpKeepaliveTimeout(TimeIntervalString httpKeepaliveTimeout)
Sets (as xml) the "http.keepalive.timeout" element
|
void |
xsetHttpMaximumRedirects(org.apache.xmlbeans.XmlNonNegativeInteger httpMaximumRedirects)
Sets (as xml) the "http.maximum.redirects" element
|
void |
xsetHttpTransport(org.apache.xmlbeans.XmlAnyURI httpTransport)
Sets (as xml) the "http.transport" element
|
void |
xsetPipeTransport(org.apache.xmlbeans.XmlAnyURI pipeTransport)
Sets (as xml) the "pipe.transport" element
|
void |
xsetSslCiphers(CSVType sslCiphers)
Sets (as xml) the "ssl.ciphers" element
|
void |
xsetSslEncryption(ServiceConnectOptionsType.SslEncryption sslEncryption)
Sets (as xml) the "ssl.encryption" element
|
void |
xsetSslProtocols(CSVType sslProtocols)
Sets (as xml) the "ssl.protocols" element
|
void |
xsetSslTransport(org.apache.xmlbeans.XmlAnyURI sslTransport)
Sets (as xml) the "ssl.transport" element
|
void |
xsetTcpBind(CollapsedString tcpBind)
Sets (as xml) the "tcp.bind" element
|
void |
xsetTcpTransport(org.apache.xmlbeans.XmlAnyURI tcpTransport)
Sets (as xml) the "tcp.transport" element
|
void |
xsetUdpInterface(org.apache.xmlbeans.XmlAnyURI udpInterface)
Sets (as xml) the "udp.interface" element
|
void |
xsetWsInactivityTimeout(TimeIntervalString wsInactivityTimeout)
Sets (as xml) the "ws.inactivity.timeout" element
|
void |
xsetWsVersion(CollapsedString wsVersion)
Sets (as xml) the "ws.version" element
|
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlTextclone, finalize, getClass, notify, notifyAll, wait, wait, waitchangeType, 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, xmlTextpublic ServiceConnectOptionsTypeImpl(org.apache.xmlbeans.SchemaType sType)
public String getSslCiphers()
getSslCiphers in interface ServiceConnectOptionsTypepublic CSVType xgetSslCiphers()
xgetSslCiphers in interface ServiceConnectOptionsTypepublic boolean isSetSslCiphers()
isSetSslCiphers in interface ServiceConnectOptionsTypepublic void setSslCiphers(String sslCiphers)
setSslCiphers in interface ServiceConnectOptionsTypepublic void xsetSslCiphers(CSVType sslCiphers)
xsetSslCiphers in interface ServiceConnectOptionsTypepublic void unsetSslCiphers()
unsetSslCiphers in interface ServiceConnectOptionsTypepublic String getSslProtocols()
getSslProtocols in interface ServiceConnectOptionsTypepublic CSVType xgetSslProtocols()
xgetSslProtocols in interface ServiceConnectOptionsTypepublic boolean isSetSslProtocols()
isSetSslProtocols in interface ServiceConnectOptionsTypepublic void setSslProtocols(String sslProtocols)
setSslProtocols in interface ServiceConnectOptionsTypepublic void xsetSslProtocols(CSVType sslProtocols)
xsetSslProtocols in interface ServiceConnectOptionsTypepublic void unsetSslProtocols()
unsetSslProtocols in interface ServiceConnectOptionsTypepublic ServiceConnectOptionsType.SslEncryption.Enum getSslEncryption()
getSslEncryption in interface ServiceConnectOptionsTypepublic ServiceConnectOptionsType.SslEncryption xgetSslEncryption()
xgetSslEncryption in interface ServiceConnectOptionsTypepublic boolean isSetSslEncryption()
isSetSslEncryption in interface ServiceConnectOptionsTypepublic void setSslEncryption(ServiceConnectOptionsType.SslEncryption.Enum sslEncryption)
setSslEncryption in interface ServiceConnectOptionsTypepublic void xsetSslEncryption(ServiceConnectOptionsType.SslEncryption sslEncryption)
xsetSslEncryption in interface ServiceConnectOptionsTypepublic void unsetSslEncryption()
unsetSslEncryption in interface ServiceConnectOptionsTypepublic String getTcpBind()
getTcpBind in interface ServiceConnectOptionsTypepublic CollapsedString xgetTcpBind()
xgetTcpBind in interface ServiceConnectOptionsTypepublic boolean isSetTcpBind()
isSetTcpBind in interface ServiceConnectOptionsTypepublic void setTcpBind(String tcpBind)
setTcpBind in interface ServiceConnectOptionsTypepublic void xsetTcpBind(CollapsedString tcpBind)
xsetTcpBind in interface ServiceConnectOptionsTypepublic void unsetTcpBind()
unsetTcpBind in interface ServiceConnectOptionsTypepublic String getWsVersion()
getWsVersion in interface ServiceConnectOptionsTypepublic CollapsedString xgetWsVersion()
xgetWsVersion in interface ServiceConnectOptionsTypepublic boolean isSetWsVersion()
isSetWsVersion in interface ServiceConnectOptionsTypepublic void setWsVersion(String wsVersion)
setWsVersion in interface ServiceConnectOptionsTypepublic void xsetWsVersion(CollapsedString wsVersion)
xsetWsVersion in interface ServiceConnectOptionsTypepublic void unsetWsVersion()
unsetWsVersion in interface ServiceConnectOptionsTypepublic String getPipeTransport()
getPipeTransport in interface ServiceConnectOptionsTypepublic org.apache.xmlbeans.XmlAnyURI xgetPipeTransport()
xgetPipeTransport in interface ServiceConnectOptionsTypepublic boolean isSetPipeTransport()
isSetPipeTransport in interface ServiceConnectOptionsTypepublic void setPipeTransport(String pipeTransport)
setPipeTransport in interface ServiceConnectOptionsTypepublic void xsetPipeTransport(org.apache.xmlbeans.XmlAnyURI pipeTransport)
xsetPipeTransport in interface ServiceConnectOptionsTypepublic void unsetPipeTransport()
unsetPipeTransport in interface ServiceConnectOptionsTypepublic String getTcpTransport()
getTcpTransport in interface ServiceConnectOptionsTypepublic org.apache.xmlbeans.XmlAnyURI xgetTcpTransport()
xgetTcpTransport in interface ServiceConnectOptionsTypepublic boolean isSetTcpTransport()
isSetTcpTransport in interface ServiceConnectOptionsTypepublic void setTcpTransport(String tcpTransport)
setTcpTransport in interface ServiceConnectOptionsTypepublic void xsetTcpTransport(org.apache.xmlbeans.XmlAnyURI tcpTransport)
xsetTcpTransport in interface ServiceConnectOptionsTypepublic void unsetTcpTransport()
unsetTcpTransport in interface ServiceConnectOptionsTypepublic String getSslTransport()
getSslTransport in interface ServiceConnectOptionsTypepublic org.apache.xmlbeans.XmlAnyURI xgetSslTransport()
xgetSslTransport in interface ServiceConnectOptionsTypepublic boolean isSetSslTransport()
isSetSslTransport in interface ServiceConnectOptionsTypepublic void setSslTransport(String sslTransport)
setSslTransport in interface ServiceConnectOptionsTypepublic void xsetSslTransport(org.apache.xmlbeans.XmlAnyURI sslTransport)
xsetSslTransport in interface ServiceConnectOptionsTypepublic void unsetSslTransport()
unsetSslTransport in interface ServiceConnectOptionsTypepublic String getHttpTransport()
getHttpTransport in interface ServiceConnectOptionsTypepublic org.apache.xmlbeans.XmlAnyURI xgetHttpTransport()
xgetHttpTransport in interface ServiceConnectOptionsTypepublic boolean isSetHttpTransport()
isSetHttpTransport in interface ServiceConnectOptionsTypepublic void setHttpTransport(String httpTransport)
setHttpTransport in interface ServiceConnectOptionsTypepublic void xsetHttpTransport(org.apache.xmlbeans.XmlAnyURI httpTransport)
xsetHttpTransport in interface ServiceConnectOptionsTypepublic void unsetHttpTransport()
unsetHttpTransport in interface ServiceConnectOptionsTypepublic String getWsInactivityTimeout()
getWsInactivityTimeout in interface ServiceConnectOptionsTypepublic TimeIntervalString xgetWsInactivityTimeout()
xgetWsInactivityTimeout in interface ServiceConnectOptionsTypepublic boolean isSetWsInactivityTimeout()
isSetWsInactivityTimeout in interface ServiceConnectOptionsTypepublic void setWsInactivityTimeout(String wsInactivityTimeout)
setWsInactivityTimeout in interface ServiceConnectOptionsTypepublic void xsetWsInactivityTimeout(TimeIntervalString wsInactivityTimeout)
xsetWsInactivityTimeout in interface ServiceConnectOptionsTypepublic void unsetWsInactivityTimeout()
unsetWsInactivityTimeout in interface ServiceConnectOptionsTypepublic ServiceConnectOptionsType.HttpKeepalive.Enum getHttpKeepalive()
getHttpKeepalive in interface ServiceConnectOptionsTypepublic ServiceConnectOptionsType.HttpKeepalive xgetHttpKeepalive()
xgetHttpKeepalive in interface ServiceConnectOptionsTypepublic boolean isSetHttpKeepalive()
isSetHttpKeepalive in interface ServiceConnectOptionsTypepublic void setHttpKeepalive(ServiceConnectOptionsType.HttpKeepalive.Enum httpKeepalive)
setHttpKeepalive in interface ServiceConnectOptionsTypepublic void xsetHttpKeepalive(ServiceConnectOptionsType.HttpKeepalive httpKeepalive)
xsetHttpKeepalive in interface ServiceConnectOptionsTypepublic void unsetHttpKeepalive()
unsetHttpKeepalive in interface ServiceConnectOptionsTypepublic String getHttpKeepaliveTimeout()
getHttpKeepaliveTimeout in interface ServiceConnectOptionsTypepublic TimeIntervalString xgetHttpKeepaliveTimeout()
xgetHttpKeepaliveTimeout in interface ServiceConnectOptionsTypepublic boolean isSetHttpKeepaliveTimeout()
isSetHttpKeepaliveTimeout in interface ServiceConnectOptionsTypepublic void setHttpKeepaliveTimeout(String httpKeepaliveTimeout)
setHttpKeepaliveTimeout in interface ServiceConnectOptionsTypepublic void xsetHttpKeepaliveTimeout(TimeIntervalString httpKeepaliveTimeout)
xsetHttpKeepaliveTimeout in interface ServiceConnectOptionsTypepublic void unsetHttpKeepaliveTimeout()
unsetHttpKeepaliveTimeout in interface ServiceConnectOptionsTypepublic BigInteger getHttpKeepaliveConnections()
getHttpKeepaliveConnections in interface ServiceConnectOptionsTypepublic org.apache.xmlbeans.XmlNonNegativeInteger xgetHttpKeepaliveConnections()
xgetHttpKeepaliveConnections in interface ServiceConnectOptionsTypepublic boolean isSetHttpKeepaliveConnections()
isSetHttpKeepaliveConnections in interface ServiceConnectOptionsTypepublic void setHttpKeepaliveConnections(BigInteger httpKeepaliveConnections)
setHttpKeepaliveConnections in interface ServiceConnectOptionsTypepublic void xsetHttpKeepaliveConnections(org.apache.xmlbeans.XmlNonNegativeInteger httpKeepaliveConnections)
xsetHttpKeepaliveConnections in interface ServiceConnectOptionsTypepublic void unsetHttpKeepaliveConnections()
unsetHttpKeepaliveConnections in interface ServiceConnectOptionsTypepublic String getUdpInterface()
getUdpInterface in interface ServiceConnectOptionsTypepublic org.apache.xmlbeans.XmlAnyURI xgetUdpInterface()
xgetUdpInterface in interface ServiceConnectOptionsTypepublic boolean isSetUdpInterface()
isSetUdpInterface in interface ServiceConnectOptionsTypepublic void setUdpInterface(String udpInterface)
setUdpInterface in interface ServiceConnectOptionsTypepublic void xsetUdpInterface(org.apache.xmlbeans.XmlAnyURI udpInterface)
xsetUdpInterface in interface ServiceConnectOptionsTypepublic void unsetUdpInterface()
unsetUdpInterface in interface ServiceConnectOptionsTypepublic BigInteger getHttpMaximumRedirects()
getHttpMaximumRedirects in interface ServiceConnectOptionsTypepublic org.apache.xmlbeans.XmlNonNegativeInteger xgetHttpMaximumRedirects()
xgetHttpMaximumRedirects in interface ServiceConnectOptionsTypepublic boolean isSetHttpMaximumRedirects()
isSetHttpMaximumRedirects in interface ServiceConnectOptionsTypepublic void setHttpMaximumRedirects(BigInteger httpMaximumRedirects)
setHttpMaximumRedirects in interface ServiceConnectOptionsTypepublic void xsetHttpMaximumRedirects(org.apache.xmlbeans.XmlNonNegativeInteger httpMaximumRedirects)
xsetHttpMaximumRedirects in interface ServiceConnectOptionsTypepublic void unsetHttpMaximumRedirects()
unsetHttpMaximumRedirects in interface ServiceConnectOptionsTypeCopyright © 2014–2016. All rights reserved.