Class CapabilityRequestPolicyStructure

    • Field Detail

      • nationalLanguages

        protected List<String> nationalLanguages
      • translations

        protected Boolean translations
      • wgsDecimalDegrees

        protected String wgsDecimalDegrees
      • gmlCoordinateFormat

        protected String gmlCoordinateFormat
    • Constructor Detail

      • CapabilityRequestPolicyStructure

        public CapabilityRequestPolicyStructure()
    • Method Detail

      • getNationalLanguages

        public List<String> getNationalLanguages()
        Gets the value of the nationalLanguages property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the nationalLanguages property.

        For example, to add a new item, do as follows:

            getNationalLanguages().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • isTranslations

        public Boolean isTranslations()
        Gets the value of the translations property.
        Returns:
        possible object is Boolean
      • setTranslations

        public void setTranslations​(Boolean value)
        Sets the value of the translations property.
        Parameters:
        value - allowed object is Boolean
      • getWgsDecimalDegrees

        public String getWgsDecimalDegrees()
        Gets the value of the wgsDecimalDegrees property.
        Returns:
        possible object is String
      • setWgsDecimalDegrees

        public void setWgsDecimalDegrees​(String value)
        Sets the value of the wgsDecimalDegrees property.
        Parameters:
        value - allowed object is String
      • getGmlCoordinateFormat

        public String getGmlCoordinateFormat()
        Gets the value of the gmlCoordinateFormat property.
        Returns:
        possible object is String
      • setGmlCoordinateFormat

        public void setGmlCoordinateFormat​(String value)
        Sets the value of the gmlCoordinateFormat property.
        Parameters:
        value - allowed object is String