Class FeatureRefStructure

  • All Implemented Interfaces:
    Serializable

    public class FeatureRefStructure
    extends Object
    implements Serializable
    Type for reference to a FEATURE.

    Java class for FeatureRefStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="FeatureRefStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="FeatureIdRef" type="{http://www.ifopt.org.uk/ifopt}FeatureIdRefStructure"/>
             <element name="FeatureType" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • FeatureRefStructure

        public FeatureRefStructure()
    • Method Detail

      • getFeatureType

        public String getFeatureType()
        Gets the value of the featureType property.
        Returns:
        possible object is String
      • setFeatureType

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