Class _ServiceIdentificationBinding

All Implemented Interfaces:
Binding, ComplexBinding

public class _ServiceIdentificationBinding extends AbstractComplexEMFBinding
Binding object for the type http://www.opengis.net/ows:_ServiceIdentification.

         
  <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 Details

    • _ServiceIdentificationBinding

      public _ServiceIdentificationBinding(Ows10Factory factory)
  • Method Details

    • getTarget

      public QName getTarget()
      Returns:
      The qualified name of the target for the binding.
    • getType

      public Class getType()
      Specified by:
      getType in interface Binding
      Overrides:
      getType in class AbstractComplexEMFBinding
      Returns:
      The java type this binding maps to.
    • parse

      public Object parse(ElementInstance instance, Node node, Object value) throws Exception
      Specified by:
      parse in interface ComplexBinding
      Overrides:
      parse in class AbstractComplexEMFBinding
      Parameters:
      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.
      Returns:
      The parsed object, or null if the component could not be parsed.
      Throws:
      Exception - Strategy objects should not attempt to handle any exceptions.