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