Documentation of 'org.opengis.annotation.XmlElement' Java class
XmlElement
org.opengis.annotation

Annotation Type XmlElement



  • @Documented
     @Target(value={TYPE,METHOD})
     @Retention(value=RUNTIME)
    public @interface XmlElement
    Maps an interface or a method to the XML type, element or attribute. Interfaces usually map to XML types, while methods map to XML element or attribute. It is not the purpose of this annotation to differentiate types from attributes, since this distinction can already be inferred from Java reflection. This annotation, completed with reflection if needed, should only provides enough information for finding the corresponding XML element in the schema.
    Since:
    GeoAPI 2.0
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element and Description
      java.lang.String value
      The name of the element in the XML schema.
    • Element Detail

      • value

        public abstract java.lang.String value
        The name of the element in the XML schema.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.