Package net.opengis.ows.x11
Interface ServiceIdentificationDocument.ServiceIdentification
-
- All Superinterfaces:
DescriptionType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ServiceIdentificationDocumentImpl.ServiceIdentificationImpl
- Enclosing interface:
- ServiceIdentificationDocument
public static interface ServiceIdentificationDocument.ServiceIdentification extends DescriptionType
An XML ServiceIdentification(@http://www.opengis.net/ows/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classServiceIdentificationDocument.ServiceIdentification.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAccessConstraints(String accessConstraints)Appends the value as the last "AccessConstraints" elementorg.apache.xmlbeans.XmlStringaddNewAccessConstraints()Appends and returns a new empty value (as xml) as the last "AccessConstraints" elementorg.apache.xmlbeans.XmlAnyURIaddNewProfile()Appends and returns a new empty value (as xml) as the last "Profile" elementCodeTypeaddNewServiceType()Appends and returns a new empty "ServiceType" elementVersionTypeaddNewServiceTypeVersion()Appends and returns a new empty value (as xml) as the last "ServiceTypeVersion" elementvoidaddProfile(String profile)Appends the value as the last "Profile" elementvoidaddServiceTypeVersion(String serviceTypeVersion)Appends the value as the last "ServiceTypeVersion" elementString[]getAccessConstraintsArray()Gets array of all "AccessConstraints" elementsStringgetAccessConstraintsArray(int i)Gets ith "AccessConstraints" elementStringgetFees()Gets the "Fees" elementString[]getProfileArray()Gets array of all "Profile" elementsStringgetProfileArray(int i)Gets ith "Profile" elementCodeTypegetServiceType()Gets the "ServiceType" elementString[]getServiceTypeVersionArray()Gets array of all "ServiceTypeVersion" elementsStringgetServiceTypeVersionArray(int i)Gets ith "ServiceTypeVersion" elementvoidinsertAccessConstraints(int i, String accessConstraints)Inserts the value as the ith "AccessConstraints" elementorg.apache.xmlbeans.XmlStringinsertNewAccessConstraints(int i)Inserts and returns a new empty value (as xml) as the ith "AccessConstraints" elementorg.apache.xmlbeans.XmlAnyURIinsertNewProfile(int i)Inserts and returns a new empty value (as xml) as the ith "Profile" elementVersionTypeinsertNewServiceTypeVersion(int i)Inserts and returns a new empty value (as xml) as the ith "ServiceTypeVersion" elementvoidinsertProfile(int i, String profile)Inserts the value as the ith "Profile" elementvoidinsertServiceTypeVersion(int i, String serviceTypeVersion)Inserts the value as the ith "ServiceTypeVersion" elementbooleanisSetFees()True if has "Fees" elementvoidremoveAccessConstraints(int i)Removes the ith "AccessConstraints" elementvoidremoveProfile(int i)Removes the ith "Profile" elementvoidremoveServiceTypeVersion(int i)Removes the ith "ServiceTypeVersion" elementvoidsetAccessConstraintsArray(int i, String accessConstraints)Sets ith "AccessConstraints" elementvoidsetAccessConstraintsArray(String[] accessConstraintsArray)Sets array of all "AccessConstraints" elementvoidsetFees(String fees)Sets the "Fees" elementvoidsetProfileArray(int i, String profile)Sets ith "Profile" elementvoidsetProfileArray(String[] profileArray)Sets array of all "Profile" elementvoidsetServiceType(CodeType serviceType)Sets the "ServiceType" elementvoidsetServiceTypeVersionArray(int i, String serviceTypeVersion)Sets ith "ServiceTypeVersion" elementvoidsetServiceTypeVersionArray(String[] serviceTypeVersionArray)Sets array of all "ServiceTypeVersion" elementintsizeOfAccessConstraintsArray()Returns number of "AccessConstraints" elementintsizeOfProfileArray()Returns number of "Profile" elementintsizeOfServiceTypeVersionArray()Returns number of "ServiceTypeVersion" elementvoidunsetFees()Unsets the "Fees" elementorg.apache.xmlbeans.XmlString[]xgetAccessConstraintsArray()Gets (as xml) array of all "AccessConstraints" elementsorg.apache.xmlbeans.XmlStringxgetAccessConstraintsArray(int i)Gets (as xml) ith "AccessConstraints" elementorg.apache.xmlbeans.XmlStringxgetFees()Gets (as xml) the "Fees" elementorg.apache.xmlbeans.XmlAnyURI[]xgetProfileArray()Gets (as xml) array of all "Profile" elementsorg.apache.xmlbeans.XmlAnyURIxgetProfileArray(int i)Gets (as xml) ith "Profile" elementVersionType[]xgetServiceTypeVersionArray()Gets (as xml) array of all "ServiceTypeVersion" elementsVersionTypexgetServiceTypeVersionArray(int i)Gets (as xml) ith "ServiceTypeVersion" elementvoidxsetAccessConstraintsArray(int i, org.apache.xmlbeans.XmlString accessConstraints)Sets (as xml) ith "AccessConstraints" elementvoidxsetAccessConstraintsArray(org.apache.xmlbeans.XmlString[] accessConstraintsArray)Sets (as xml) array of all "AccessConstraints" elementvoidxsetFees(org.apache.xmlbeans.XmlString fees)Sets (as xml) the "Fees" elementvoidxsetProfileArray(int i, org.apache.xmlbeans.XmlAnyURI profile)Sets (as xml) ith "Profile" elementvoidxsetProfileArray(org.apache.xmlbeans.XmlAnyURI[] profileArray)Sets (as xml) array of all "Profile" elementvoidxsetServiceTypeVersionArray(int i, VersionType serviceTypeVersion)Sets (as xml) ith "ServiceTypeVersion" elementvoidxsetServiceTypeVersionArray(VersionType[] serviceTypeVersionArray)Sets (as xml) array of all "ServiceTypeVersion" element-
Methods inherited from interface net.opengis.ows.x11.DescriptionType
addNewAbstract, addNewKeywords, addNewTitle, getAbstractArray, getAbstractArray, getKeywordsArray, getKeywordsArray, getTitleArray, getTitleArray, insertNewAbstract, insertNewKeywords, insertNewTitle, removeAbstract, removeKeywords, removeTitle, setAbstractArray, setAbstractArray, setKeywordsArray, setKeywordsArray, setTitleArray, setTitleArray, sizeOfAbstractArray, sizeOfKeywordsArray, sizeOfTitleArray
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getServiceType
CodeType getServiceType()
Gets the "ServiceType" element
-
setServiceType
void setServiceType(CodeType serviceType)
Sets the "ServiceType" element
-
addNewServiceType
CodeType addNewServiceType()
Appends and returns a new empty "ServiceType" element
-
getServiceTypeVersionArray
String[] getServiceTypeVersionArray()
Gets array of all "ServiceTypeVersion" elements
-
getServiceTypeVersionArray
String getServiceTypeVersionArray(int i)
Gets ith "ServiceTypeVersion" element
-
xgetServiceTypeVersionArray
VersionType[] xgetServiceTypeVersionArray()
Gets (as xml) array of all "ServiceTypeVersion" elements
-
xgetServiceTypeVersionArray
VersionType xgetServiceTypeVersionArray(int i)
Gets (as xml) ith "ServiceTypeVersion" element
-
sizeOfServiceTypeVersionArray
int sizeOfServiceTypeVersionArray()
Returns number of "ServiceTypeVersion" element
-
setServiceTypeVersionArray
void setServiceTypeVersionArray(String[] serviceTypeVersionArray)
Sets array of all "ServiceTypeVersion" element
-
setServiceTypeVersionArray
void setServiceTypeVersionArray(int i, String serviceTypeVersion)Sets ith "ServiceTypeVersion" element
-
xsetServiceTypeVersionArray
void xsetServiceTypeVersionArray(VersionType[] serviceTypeVersionArray)
Sets (as xml) array of all "ServiceTypeVersion" element
-
xsetServiceTypeVersionArray
void xsetServiceTypeVersionArray(int i, VersionType serviceTypeVersion)Sets (as xml) ith "ServiceTypeVersion" element
-
insertServiceTypeVersion
void insertServiceTypeVersion(int i, String serviceTypeVersion)Inserts the value as the ith "ServiceTypeVersion" element
-
addServiceTypeVersion
void addServiceTypeVersion(String serviceTypeVersion)
Appends the value as the last "ServiceTypeVersion" element
-
insertNewServiceTypeVersion
VersionType insertNewServiceTypeVersion(int i)
Inserts and returns a new empty value (as xml) as the ith "ServiceTypeVersion" element
-
addNewServiceTypeVersion
VersionType addNewServiceTypeVersion()
Appends and returns a new empty value (as xml) as the last "ServiceTypeVersion" element
-
removeServiceTypeVersion
void removeServiceTypeVersion(int i)
Removes the ith "ServiceTypeVersion" element
-
getProfileArray
String[] getProfileArray()
Gets array of all "Profile" elements
-
getProfileArray
String getProfileArray(int i)
Gets ith "Profile" element
-
xgetProfileArray
org.apache.xmlbeans.XmlAnyURI[] xgetProfileArray()
Gets (as xml) array of all "Profile" elements
-
xgetProfileArray
org.apache.xmlbeans.XmlAnyURI xgetProfileArray(int i)
Gets (as xml) ith "Profile" element
-
sizeOfProfileArray
int sizeOfProfileArray()
Returns number of "Profile" element
-
setProfileArray
void setProfileArray(String[] profileArray)
Sets array of all "Profile" element
-
setProfileArray
void setProfileArray(int i, String profile)Sets ith "Profile" element
-
xsetProfileArray
void xsetProfileArray(org.apache.xmlbeans.XmlAnyURI[] profileArray)
Sets (as xml) array of all "Profile" element
-
xsetProfileArray
void xsetProfileArray(int i, org.apache.xmlbeans.XmlAnyURI profile)Sets (as xml) ith "Profile" element
-
insertProfile
void insertProfile(int i, String profile)Inserts the value as the ith "Profile" element
-
addProfile
void addProfile(String profile)
Appends the value as the last "Profile" element
-
insertNewProfile
org.apache.xmlbeans.XmlAnyURI insertNewProfile(int i)
Inserts and returns a new empty value (as xml) as the ith "Profile" element
-
addNewProfile
org.apache.xmlbeans.XmlAnyURI addNewProfile()
Appends and returns a new empty value (as xml) as the last "Profile" element
-
removeProfile
void removeProfile(int i)
Removes the ith "Profile" element
-
getFees
String getFees()
Gets the "Fees" element
-
xgetFees
org.apache.xmlbeans.XmlString xgetFees()
Gets (as xml) the "Fees" element
-
isSetFees
boolean isSetFees()
True if has "Fees" element
-
setFees
void setFees(String fees)
Sets the "Fees" element
-
xsetFees
void xsetFees(org.apache.xmlbeans.XmlString fees)
Sets (as xml) the "Fees" element
-
unsetFees
void unsetFees()
Unsets the "Fees" element
-
getAccessConstraintsArray
String[] getAccessConstraintsArray()
Gets array of all "AccessConstraints" elements
-
getAccessConstraintsArray
String getAccessConstraintsArray(int i)
Gets ith "AccessConstraints" element
-
xgetAccessConstraintsArray
org.apache.xmlbeans.XmlString[] xgetAccessConstraintsArray()
Gets (as xml) array of all "AccessConstraints" elements
-
xgetAccessConstraintsArray
org.apache.xmlbeans.XmlString xgetAccessConstraintsArray(int i)
Gets (as xml) ith "AccessConstraints" element
-
sizeOfAccessConstraintsArray
int sizeOfAccessConstraintsArray()
Returns number of "AccessConstraints" element
-
setAccessConstraintsArray
void setAccessConstraintsArray(String[] accessConstraintsArray)
Sets array of all "AccessConstraints" element
-
setAccessConstraintsArray
void setAccessConstraintsArray(int i, String accessConstraints)Sets ith "AccessConstraints" element
-
xsetAccessConstraintsArray
void xsetAccessConstraintsArray(org.apache.xmlbeans.XmlString[] accessConstraintsArray)
Sets (as xml) array of all "AccessConstraints" element
-
xsetAccessConstraintsArray
void xsetAccessConstraintsArray(int i, org.apache.xmlbeans.XmlString accessConstraints)Sets (as xml) ith "AccessConstraints" element
-
insertAccessConstraints
void insertAccessConstraints(int i, String accessConstraints)Inserts the value as the ith "AccessConstraints" element
-
addAccessConstraints
void addAccessConstraints(String accessConstraints)
Appends the value as the last "AccessConstraints" element
-
insertNewAccessConstraints
org.apache.xmlbeans.XmlString insertNewAccessConstraints(int i)
Inserts and returns a new empty value (as xml) as the ith "AccessConstraints" element
-
addNewAccessConstraints
org.apache.xmlbeans.XmlString addNewAccessConstraints()
Appends and returns a new empty value (as xml) as the last "AccessConstraints" element
-
removeAccessConstraints
void removeAccessConstraints(int i)
Removes the ith "AccessConstraints" element
-
-