public class _ServiceIdentificationBinding extends AbstractComplexEMFBinding
<complexType name="_ServiceIdentification">
<complexContent>
<extension base="ows:DescriptionType">
<sequence>
<element name="ServiceType" type="ows:CodeType">
<annotation>
<documentation>A service type name from a registry of services. For example, the values of the codeSpace URI and name and code string may be "OGC" and "catalogue." This type name is normally used for machine-to-machine communication. </documentation>
</annotation>
</element>
<element maxOccurs="unbounded" name="ServiceTypeVersion" type="ows:VersionType">
<annotation>
<documentation>Unordered list of one or more versions of this service type implemented by this server. This information is not adequate for version negotiation, and shall not be used for that purpose. </documentation>
</annotation>
</element>
<element minOccurs="0" ref="ows:Fees">
<annotation>
<documentation>If this element is omitted, no meaning is implied. </documentation>
</annotation>
</element>
<element maxOccurs="unbounded" minOccurs="0" ref="ows:AccessConstraints">
<annotation>
<documentation>Unordered list of access constraints applied to assure the protection of privacy or intellectual property, and any other restrictions on retrieving or using data from or otherwise using this server. The reserved value NONE (case insensitive) shall be used to mean no access constraints are imposed. If this element is omitted, no meaning is implied. </documentation>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
Constructor and Description |
---|
_ServiceIdentificationBinding(Ows10Factory factory) |
Modifier and Type | Method and Description |
---|---|
QName |
getTarget() |
Class |
getType() |
Object |
parse(ElementInstance instance,
Node node,
Object value) |
createEObject, getProperty, setProperty
encode, getExecutionMode, getProperties, getProperties, initialize, initializeChildContext
public _ServiceIdentificationBinding(Ows10Factory factory)
public QName getTarget()
public Class getType()
getType
in interface Binding
getType
in class AbstractComplexEMFBinding
public Object parse(ElementInstance instance, Node node, Object value) throws Exception
parse
in interface ComplexBinding
parse
in class AbstractComplexEMFBinding
instance
- The element being parsed.node
- The node in the parse tree representing the element being parsed.value
- The result of the parse from another strategy in the type hierarchy. Could be
null if this is the first strategy being executed.Exception
- Strategy objects should not attempt to handle any exceptions.Copyright © 1996–2019 Geotools. All rights reserved.