public interface ServiceDefaultsType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServiceDefaultsType.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 |
|---|---|
ServiceAcceptOptionsType |
addNewAcceptOptions()
Appends and returns a new empty "accept-options" element
|
ServiceConnectOptionsType |
addNewConnectOptions()
Appends and returns a new empty "connect-options" element
|
MimeMappingType |
addNewMimeMapping()
Appends and returns a new empty value (as xml) as the last "mime-mapping" element
|
ServiceAcceptOptionsType |
getAcceptOptions()
Gets the "accept-options" element
|
ServiceConnectOptionsType |
getConnectOptions()
Gets the "connect-options" element
|
MimeMappingType[] |
getMimeMappingArray()
Gets array of all "mime-mapping" elements
|
MimeMappingType |
getMimeMappingArray(int i)
Gets ith "mime-mapping" element
|
MimeMappingType |
insertNewMimeMapping(int i)
Inserts and returns a new empty value (as xml) as the ith "mime-mapping" element
|
boolean |
isSetAcceptOptions()
True if has "accept-options" element
|
boolean |
isSetConnectOptions()
True if has "connect-options" element
|
void |
removeMimeMapping(int i)
Removes the ith "mime-mapping" element
|
void |
setAcceptOptions(ServiceAcceptOptionsType acceptOptions)
Sets the "accept-options" element
|
void |
setConnectOptions(ServiceConnectOptionsType connectOptions)
Sets the "connect-options" element
|
void |
setMimeMappingArray(int i,
MimeMappingType mimeMapping)
Sets ith "mime-mapping" element
|
void |
setMimeMappingArray(MimeMappingType[] mimeMappingArray)
Sets array of all "mime-mapping" element
|
int |
sizeOfMimeMappingArray()
Returns number of "mime-mapping" element
|
void |
unsetAcceptOptions()
Unsets the "accept-options" element
|
void |
unsetConnectOptions()
Unsets the "connect-options" 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, xmlTextServiceAcceptOptionsType getAcceptOptions()
boolean isSetAcceptOptions()
void setAcceptOptions(ServiceAcceptOptionsType acceptOptions)
ServiceAcceptOptionsType addNewAcceptOptions()
void unsetAcceptOptions()
ServiceConnectOptionsType getConnectOptions()
boolean isSetConnectOptions()
void setConnectOptions(ServiceConnectOptionsType connectOptions)
ServiceConnectOptionsType addNewConnectOptions()
void unsetConnectOptions()
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)
Copyright © 2014–2016. All rights reserved.