public interface ServiceType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServiceType.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 |
addBalance(String balance)
Appends the value as the last "balance" 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
|
ServiceAcceptOptionsType |
addNewAcceptOptions()
Appends and returns a new empty "accept-options" element
|
AuthorizationConstraintType |
addNewAuthorizationConstraint()
Appends and returns a new empty value (as xml) as the last "authorization-constraint" element
|
org.apache.xmlbeans.XmlAnyURI |
addNewBalance()
Appends and returns a new empty value (as xml) as the last "balance" element
|
org.apache.xmlbeans.XmlAnyURI |
addNewConnect()
Appends and returns a new empty value (as xml) as the last "connect" element
|
ServiceConnectOptionsType |
addNewConnectOptions()
Appends and returns a new empty "connect-options" element
|
CrossSiteConstraintType |
addNewCrossSiteConstraint()
Appends and returns a new empty value (as xml) as the last "cross-site-constraint" element
|
MimeMappingType |
addNewMimeMapping()
Appends and returns a new empty value (as xml) as the last "mime-mapping" element
|
org.apache.xmlbeans.XmlAnyURI |
addNewNotify()
Appends and returns a new empty value (as xml) as the last "notify" element
|
ServicePropertiesType |
addNewProperties()
Appends and returns a new empty "properties" element
|
void |
addNotify(String notify)
Appends the value as the last "notify" element
|
String[] |
getAcceptArray()
Gets array of all "accept" elements
|
String |
getAcceptArray(int i)
Gets ith "accept" element
|
ServiceAcceptOptionsType |
getAcceptOptions()
Gets the "accept-options" element
|
AuthorizationConstraintType[] |
getAuthorizationConstraintArray()
Gets array of all "authorization-constraint" elements
|
AuthorizationConstraintType |
getAuthorizationConstraintArray(int i)
Gets ith "authorization-constraint" element
|
String[] |
getBalanceArray()
Gets array of all "balance" elements
|
String |
getBalanceArray(int i)
Gets ith "balance" element
|
String[] |
getConnectArray()
Gets array of all "connect" elements
|
String |
getConnectArray(int i)
Gets ith "connect" element
|
ServiceConnectOptionsType |
getConnectOptions()
Gets the "connect-options" element
|
CrossSiteConstraintType[] |
getCrossSiteConstraintArray()
Gets array of all "cross-site-constraint" elements
|
CrossSiteConstraintType |
getCrossSiteConstraintArray(int i)
Gets ith "cross-site-constraint" element
|
String |
getDescription()
Gets the "description" element
|
MimeMappingType[] |
getMimeMappingArray()
Gets array of all "mime-mapping" elements
|
MimeMappingType |
getMimeMappingArray(int i)
Gets ith "mime-mapping" element
|
String |
getName()
Gets the "name" element
|
String[] |
getNotifyArray()
Gets array of all "notify" elements
|
String |
getNotifyArray(int i)
Gets ith "notify" element
|
ServicePropertiesType |
getProperties()
Gets the "properties" element
|
String |
getRealmName()
Gets the "realm-name" element
|
String |
getType()
Gets the "type" element
|
void |
insertAccept(int i,
String accept)
Inserts the value as the ith "accept" element
|
void |
insertBalance(int i,
String balance)
Inserts the value as the ith "balance" 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
|
AuthorizationConstraintType |
insertNewAuthorizationConstraint(int i)
Inserts and returns a new empty value (as xml) as the ith "authorization-constraint" element
|
org.apache.xmlbeans.XmlAnyURI |
insertNewBalance(int i)
Inserts and returns a new empty value (as xml) as the ith "balance" element
|
org.apache.xmlbeans.XmlAnyURI |
insertNewConnect(int i)
Inserts and returns a new empty value (as xml) as the ith "connect" element
|
CrossSiteConstraintType |
insertNewCrossSiteConstraint(int i)
Inserts and returns a new empty value (as xml) as the ith "cross-site-constraint" element
|
MimeMappingType |
insertNewMimeMapping(int i)
Inserts and returns a new empty value (as xml) as the ith "mime-mapping" element
|
org.apache.xmlbeans.XmlAnyURI |
insertNewNotify(int i)
Inserts and returns a new empty value (as xml) as the ith "notify" element
|
void |
insertNotify(int i,
String notify)
Inserts the value as the ith "notify" element
|
boolean |
isSetAcceptOptions()
True if has "accept-options" element
|
boolean |
isSetConnectOptions()
True if has "connect-options" element
|
boolean |
isSetDescription()
True if has "description" element
|
boolean |
isSetProperties()
True if has "properties" element
|
boolean |
isSetRealmName()
True if has "realm-name" element
|
void |
removeAccept(int i)
Removes the ith "accept" element
|
void |
removeAuthorizationConstraint(int i)
Removes the ith "authorization-constraint" element
|
void |
removeBalance(int i)
Removes the ith "balance" element
|
void |
removeConnect(int i)
Removes the ith "connect" element
|
void |
removeCrossSiteConstraint(int i)
Removes the ith "cross-site-constraint" element
|
void |
removeMimeMapping(int i)
Removes the ith "mime-mapping" element
|
void |
removeNotify(int i)
Removes the ith "notify" element
|
void |
setAcceptArray(int i,
String accept)
Sets ith "accept" element
|
void |
setAcceptArray(String[] acceptArray)
Sets array of all "accept" element
|
void |
setAcceptOptions(ServiceAcceptOptionsType acceptOptions)
Sets the "accept-options" element
|
void |
setAuthorizationConstraintArray(AuthorizationConstraintType[] authorizationConstraintArray)
Sets array of all "authorization-constraint" element
|
void |
setAuthorizationConstraintArray(int i,
AuthorizationConstraintType authorizationConstraint)
Sets ith "authorization-constraint" element
|
void |
setBalanceArray(int i,
String balance)
Sets ith "balance" element
|
void |
setBalanceArray(String[] balanceArray)
Sets array of all "balance" element
|
void |
setConnectArray(int i,
String connect)
Sets ith "connect" element
|
void |
setConnectArray(String[] connectArray)
Sets array of all "connect" element
|
void |
setConnectOptions(ServiceConnectOptionsType connectOptions)
Sets the "connect-options" element
|
void |
setCrossSiteConstraintArray(CrossSiteConstraintType[] crossSiteConstraintArray)
Sets array of all "cross-site-constraint" element
|
void |
setCrossSiteConstraintArray(int i,
CrossSiteConstraintType crossSiteConstraint)
Sets ith "cross-site-constraint" element
|
void |
setDescription(String description)
Sets the "description" element
|
void |
setMimeMappingArray(int i,
MimeMappingType mimeMapping)
Sets ith "mime-mapping" element
|
void |
setMimeMappingArray(MimeMappingType[] mimeMappingArray)
Sets array of all "mime-mapping" element
|
void |
setName(String name)
Sets the "name" element
|
void |
setNotifyArray(int i,
String notify)
Sets ith "notify" element
|
void |
setNotifyArray(String[] notifyArray)
Sets array of all "notify" element
|
void |
setProperties(ServicePropertiesType properties)
Sets the "properties" element
|
void |
setRealmName(String realmName)
Sets the "realm-name" element
|
void |
setType(String type)
Sets the "type" element
|
int |
sizeOfAcceptArray()
Returns number of "accept" element
|
int |
sizeOfAuthorizationConstraintArray()
Returns number of "authorization-constraint" element
|
int |
sizeOfBalanceArray()
Returns number of "balance" element
|
int |
sizeOfConnectArray()
Returns number of "connect" element
|
int |
sizeOfCrossSiteConstraintArray()
Returns number of "cross-site-constraint" element
|
int |
sizeOfMimeMappingArray()
Returns number of "mime-mapping" element
|
int |
sizeOfNotifyArray()
Returns number of "notify" element
|
void |
unsetAcceptOptions()
Unsets the "accept-options" element
|
void |
unsetConnectOptions()
Unsets the "connect-options" element
|
void |
unsetDescription()
Unsets the "description" element
|
void |
unsetProperties()
Unsets the "properties" element
|
void |
unsetRealmName()
Unsets the "realm-name" 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[] |
xgetBalanceArray()
Gets (as xml) array of all "balance" elements
|
org.apache.xmlbeans.XmlAnyURI |
xgetBalanceArray(int i)
Gets (as xml) ith "balance" 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 |
xgetDescription()
Gets (as xml) the "description" element
|
CollapsedString |
xgetName()
Gets (as xml) the "name" element
|
org.apache.xmlbeans.XmlAnyURI[] |
xgetNotifyArray()
Gets (as xml) array of all "notify" elements
|
org.apache.xmlbeans.XmlAnyURI |
xgetNotifyArray(int i)
Gets (as xml) ith "notify" element
|
CollapsedString |
xgetRealmName()
Gets (as xml) the "realm-name" 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 |
xsetBalanceArray(int i,
org.apache.xmlbeans.XmlAnyURI balance)
Sets (as xml) ith "balance" element
|
void |
xsetBalanceArray(org.apache.xmlbeans.XmlAnyURI[] balanceArray)
Sets (as xml) array of all "balance" 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 |
xsetDescription(CollapsedString description)
Sets (as xml) the "description" element
|
void |
xsetName(CollapsedString name)
Sets (as xml) the "name" element
|
void |
xsetNotifyArray(int i,
org.apache.xmlbeans.XmlAnyURI notify)
Sets (as xml) ith "notify" element
|
void |
xsetNotifyArray(org.apache.xmlbeans.XmlAnyURI[] notifyArray)
Sets (as xml) array of all "notify" element
|
void |
xsetRealmName(CollapsedString realmName)
Sets (as xml) the "realm-name" element
|
void |
xsetType(CollapsedString type)
Sets (as xml) the "type" 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, 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 getName()
CollapsedString xgetName()
void setName(String name)
void xsetName(CollapsedString name)
String getDescription()
CollapsedString xgetDescription()
boolean isSetDescription()
void setDescription(String description)
void xsetDescription(CollapsedString description)
void unsetDescription()
String[] getAcceptArray()
String getAcceptArray(int i)
org.apache.xmlbeans.XmlAnyURI[] xgetAcceptArray()
org.apache.xmlbeans.XmlAnyURI xgetAcceptArray(int i)
int sizeOfAcceptArray()
void setAcceptArray(String[] acceptArray)
void setAcceptArray(int i,
String accept)
void xsetAcceptArray(org.apache.xmlbeans.XmlAnyURI[] acceptArray)
void xsetAcceptArray(int i,
org.apache.xmlbeans.XmlAnyURI accept)
void insertAccept(int i,
String accept)
void addAccept(String accept)
org.apache.xmlbeans.XmlAnyURI insertNewAccept(int i)
org.apache.xmlbeans.XmlAnyURI addNewAccept()
void removeAccept(int i)
String[] getConnectArray()
String getConnectArray(int i)
org.apache.xmlbeans.XmlAnyURI[] xgetConnectArray()
org.apache.xmlbeans.XmlAnyURI xgetConnectArray(int i)
int sizeOfConnectArray()
void setConnectArray(String[] connectArray)
void setConnectArray(int i,
String connect)
void xsetConnectArray(org.apache.xmlbeans.XmlAnyURI[] connectArray)
void xsetConnectArray(int i,
org.apache.xmlbeans.XmlAnyURI connect)
void insertConnect(int i,
String connect)
void addConnect(String connect)
org.apache.xmlbeans.XmlAnyURI insertNewConnect(int i)
org.apache.xmlbeans.XmlAnyURI addNewConnect()
void removeConnect(int i)
String[] getBalanceArray()
String getBalanceArray(int i)
org.apache.xmlbeans.XmlAnyURI[] xgetBalanceArray()
org.apache.xmlbeans.XmlAnyURI xgetBalanceArray(int i)
int sizeOfBalanceArray()
void setBalanceArray(String[] balanceArray)
void setBalanceArray(int i,
String balance)
void xsetBalanceArray(org.apache.xmlbeans.XmlAnyURI[] balanceArray)
void xsetBalanceArray(int i,
org.apache.xmlbeans.XmlAnyURI balance)
void insertBalance(int i,
String balance)
void addBalance(String balance)
org.apache.xmlbeans.XmlAnyURI insertNewBalance(int i)
org.apache.xmlbeans.XmlAnyURI addNewBalance()
void removeBalance(int i)
String[] getNotifyArray()
String getNotifyArray(int i)
org.apache.xmlbeans.XmlAnyURI[] xgetNotifyArray()
org.apache.xmlbeans.XmlAnyURI xgetNotifyArray(int i)
int sizeOfNotifyArray()
void setNotifyArray(String[] notifyArray)
void setNotifyArray(int i,
String notify)
void xsetNotifyArray(org.apache.xmlbeans.XmlAnyURI[] notifyArray)
void xsetNotifyArray(int i,
org.apache.xmlbeans.XmlAnyURI notify)
void insertNotify(int i,
String notify)
void addNotify(String notify)
org.apache.xmlbeans.XmlAnyURI insertNewNotify(int i)
org.apache.xmlbeans.XmlAnyURI addNewNotify()
void removeNotify(int i)
String getType()
CollapsedString xgetType()
void setType(String type)
void xsetType(CollapsedString type)
ServicePropertiesType getProperties()
boolean isSetProperties()
void setProperties(ServicePropertiesType properties)
ServicePropertiesType addNewProperties()
void unsetProperties()
ServiceAcceptOptionsType getAcceptOptions()
boolean isSetAcceptOptions()
void setAcceptOptions(ServiceAcceptOptionsType acceptOptions)
ServiceAcceptOptionsType addNewAcceptOptions()
void unsetAcceptOptions()
ServiceConnectOptionsType getConnectOptions()
boolean isSetConnectOptions()
void setConnectOptions(ServiceConnectOptionsType connectOptions)
ServiceConnectOptionsType addNewConnectOptions()
void unsetConnectOptions()
String getRealmName()
CollapsedString xgetRealmName()
boolean isSetRealmName()
void setRealmName(String realmName)
void xsetRealmName(CollapsedString realmName)
void unsetRealmName()
AuthorizationConstraintType[] getAuthorizationConstraintArray()
AuthorizationConstraintType getAuthorizationConstraintArray(int i)
int sizeOfAuthorizationConstraintArray()
void setAuthorizationConstraintArray(AuthorizationConstraintType[] authorizationConstraintArray)
void setAuthorizationConstraintArray(int i,
AuthorizationConstraintType authorizationConstraint)
AuthorizationConstraintType insertNewAuthorizationConstraint(int i)
AuthorizationConstraintType addNewAuthorizationConstraint()
void removeAuthorizationConstraint(int i)
MimeMappingType[] getMimeMappingArray()
MimeMappingType getMimeMappingArray(int i)
int sizeOfMimeMappingArray()
void setMimeMappingArray(MimeMappingType[] mimeMappingArray)
void setMimeMappingArray(int i,
MimeMappingType mimeMapping)
MimeMappingType insertNewMimeMapping(int i)
MimeMappingType addNewMimeMapping()
void removeMimeMapping(int i)
CrossSiteConstraintType[] getCrossSiteConstraintArray()
CrossSiteConstraintType getCrossSiteConstraintArray(int i)
int sizeOfCrossSiteConstraintArray()
void setCrossSiteConstraintArray(CrossSiteConstraintType[] crossSiteConstraintArray)
void setCrossSiteConstraintArray(int i,
CrossSiteConstraintType crossSiteConstraint)
CrossSiteConstraintType insertNewCrossSiteConstraint(int i)
CrossSiteConstraintType addNewCrossSiteConstraint()
void removeCrossSiteConstraint(int i)
Copyright © 2014–2016. All rights reserved.