public interface HttpProxyServiceType extends ServiceType
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpProxyServiceType.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 |
|---|---|
void |
addAccept(String accept)
Appends the value as the last "accept" element
|
void |
addConnect(String connect)
Appends the value as the last "connect" element
|
org.apache.xmlbeans.XmlAnyURI |
addNewAccept()
Appends and returns a new empty value (as xml) as the last "accept" element
|
org.apache.xmlbeans.XmlAnyURI |
addNewConnect()
Appends and returns a new empty value (as xml) as the last "connect" element
|
String[] |
getAcceptArray()
Gets array of all "accept" elements
|
String |
getAcceptArray(int i)
Gets ith "accept" element
|
String[] |
getConnectArray()
Gets array of all "connect" elements
|
String |
getConnectArray(int i)
Gets ith "connect" element
|
String |
getType()
Gets the "type" element
|
void |
insertAccept(int i,
String accept)
Inserts the value as the ith "accept" element
|
void |
insertConnect(int i,
String connect)
Inserts the value as the ith "connect" element
|
org.apache.xmlbeans.XmlAnyURI |
insertNewAccept(int i)
Inserts and returns a new empty value (as xml) as the ith "accept" element
|
org.apache.xmlbeans.XmlAnyURI |
insertNewConnect(int i)
Inserts and returns a new empty value (as xml) as the ith "connect" element
|
void |
removeAccept(int i)
Removes the ith "accept" element
|
void |
removeConnect(int i)
Removes the ith "connect" element
|
void |
setAcceptArray(int i,
String accept)
Sets ith "accept" element
|
void |
setAcceptArray(String[] acceptArray)
Sets array of all "accept" element
|
void |
setConnectArray(int i,
String connect)
Sets ith "connect" element
|
void |
setConnectArray(String[] connectArray)
Sets array of all "connect" element
|
void |
setType(String type)
Sets the "type" element
|
int |
sizeOfAcceptArray()
Returns number of "accept" element
|
int |
sizeOfConnectArray()
Returns number of "connect" element
|
org.apache.xmlbeans.XmlAnyURI[] |
xgetAcceptArray()
Gets (as xml) array of all "accept" elements
|
org.apache.xmlbeans.XmlAnyURI |
xgetAcceptArray(int i)
Gets (as xml) ith "accept" element
|
org.apache.xmlbeans.XmlAnyURI[] |
xgetConnectArray()
Gets (as xml) array of all "connect" elements
|
org.apache.xmlbeans.XmlAnyURI |
xgetConnectArray(int i)
Gets (as xml) ith "connect" element
|
CollapsedString |
xgetType()
Gets (as xml) the "type" element
|
void |
xsetAcceptArray(int i,
org.apache.xmlbeans.XmlAnyURI accept)
Sets (as xml) ith "accept" element
|
void |
xsetAcceptArray(org.apache.xmlbeans.XmlAnyURI[] acceptArray)
Sets (as xml) array of all "accept" element
|
void |
xsetConnectArray(int i,
org.apache.xmlbeans.XmlAnyURI connect)
Sets (as xml) ith "connect" element
|
void |
xsetConnectArray(org.apache.xmlbeans.XmlAnyURI[] connectArray)
Sets (as xml) array of all "connect" element
|
void |
xsetType(CollapsedString type)
Sets (as xml) the "type" element
|
addBalance, addNewAcceptOptions, addNewAuthorizationConstraint, addNewBalance, addNewConnectOptions, addNewCrossSiteConstraint, addNewMimeMapping, addNewNotify, addNewProperties, addNotify, getAcceptOptions, getAuthorizationConstraintArray, getAuthorizationConstraintArray, getBalanceArray, getBalanceArray, getConnectOptions, getCrossSiteConstraintArray, getCrossSiteConstraintArray, getDescription, getMimeMappingArray, getMimeMappingArray, getName, getNotifyArray, getNotifyArray, getProperties, getRealmName, insertBalance, insertNewAuthorizationConstraint, insertNewBalance, insertNewCrossSiteConstraint, insertNewMimeMapping, insertNewNotify, insertNotify, isSetAcceptOptions, isSetConnectOptions, isSetDescription, isSetProperties, isSetRealmName, removeAuthorizationConstraint, removeBalance, removeCrossSiteConstraint, removeMimeMapping, removeNotify, setAcceptOptions, setAuthorizationConstraintArray, setAuthorizationConstraintArray, setBalanceArray, setBalanceArray, setConnectOptions, setCrossSiteConstraintArray, setCrossSiteConstraintArray, setDescription, setMimeMappingArray, setMimeMappingArray, setName, setNotifyArray, setNotifyArray, setProperties, setRealmName, sizeOfAuthorizationConstraintArray, sizeOfBalanceArray, sizeOfCrossSiteConstraintArray, sizeOfMimeMappingArray, sizeOfNotifyArray, unsetAcceptOptions, unsetConnectOptions, unsetDescription, unsetProperties, unsetRealmName, xgetBalanceArray, xgetBalanceArray, xgetDescription, xgetName, xgetNotifyArray, xgetNotifyArray, xgetRealmName, xsetBalanceArray, xsetBalanceArray, xsetDescription, xsetName, xsetNotifyArray, xsetNotifyArray, xsetRealmNamechangeType, 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, xmlTextString[] getAcceptArray()
getAcceptArray in interface ServiceTypeString getAcceptArray(int i)
getAcceptArray in interface ServiceTypeorg.apache.xmlbeans.XmlAnyURI[] xgetAcceptArray()
xgetAcceptArray in interface ServiceTypeorg.apache.xmlbeans.XmlAnyURI xgetAcceptArray(int i)
xgetAcceptArray in interface ServiceTypeint sizeOfAcceptArray()
sizeOfAcceptArray in interface ServiceTypevoid setAcceptArray(String[] acceptArray)
setAcceptArray in interface ServiceTypevoid setAcceptArray(int i,
String accept)
setAcceptArray in interface ServiceTypevoid xsetAcceptArray(org.apache.xmlbeans.XmlAnyURI[] acceptArray)
xsetAcceptArray in interface ServiceTypevoid xsetAcceptArray(int i,
org.apache.xmlbeans.XmlAnyURI accept)
xsetAcceptArray in interface ServiceTypevoid insertAccept(int i,
String accept)
insertAccept in interface ServiceTypevoid addAccept(String accept)
addAccept in interface ServiceTypeorg.apache.xmlbeans.XmlAnyURI insertNewAccept(int i)
insertNewAccept in interface ServiceTypeorg.apache.xmlbeans.XmlAnyURI addNewAccept()
addNewAccept in interface ServiceTypevoid removeAccept(int i)
removeAccept in interface ServiceTypeString[] getConnectArray()
getConnectArray in interface ServiceTypeString getConnectArray(int i)
getConnectArray in interface ServiceTypeorg.apache.xmlbeans.XmlAnyURI[] xgetConnectArray()
xgetConnectArray in interface ServiceTypeorg.apache.xmlbeans.XmlAnyURI xgetConnectArray(int i)
xgetConnectArray in interface ServiceTypeint sizeOfConnectArray()
sizeOfConnectArray in interface ServiceTypevoid setConnectArray(String[] connectArray)
setConnectArray in interface ServiceTypevoid setConnectArray(int i,
String connect)
setConnectArray in interface ServiceTypevoid xsetConnectArray(org.apache.xmlbeans.XmlAnyURI[] connectArray)
xsetConnectArray in interface ServiceTypevoid xsetConnectArray(int i,
org.apache.xmlbeans.XmlAnyURI connect)
xsetConnectArray in interface ServiceTypevoid insertConnect(int i,
String connect)
insertConnect in interface ServiceTypevoid addConnect(String connect)
addConnect in interface ServiceTypeorg.apache.xmlbeans.XmlAnyURI insertNewConnect(int i)
insertNewConnect in interface ServiceTypeorg.apache.xmlbeans.XmlAnyURI addNewConnect()
addNewConnect in interface ServiceTypevoid removeConnect(int i)
removeConnect in interface ServiceTypeString getType()
getType in interface ServiceTypeCollapsedString xgetType()
xgetType in interface ServiceTypevoid setType(String type)
setType in interface ServiceTypevoid xsetType(CollapsedString type)
xsetType in interface ServiceTypeCopyright © 2014–2016. All rights reserved.