Class FeatureTypeAttribute

java.lang.Object
org.gvsig.gazetteer.querys.FeatureTypeAttribute

public class FeatureTypeAttribute extends Object
This class represents a field from a thesaurus name (name,description,...)
Author:
Jorge Piera Llodra (piera_jor@gva.es)
  • Constructor Details

    • FeatureTypeAttribute

      public FeatureTypeAttribute(String name, int minOccurs, boolean nillable, String type)
      Parameters:
      name -
      minOccurs -
      nillable -
      type -
  • Method Details

    • getMinOccurs

      public int getMinOccurs()
      Returns:
      Returns the minOccurs.
    • setMinOccurs

      public void setMinOccurs(int minOccurs)
      Parameters:
      minOccurs - The minOccurs to set.
    • getName

      public String getName()
      Returns:
      Returns the name.
    • setName

      public void setName(String name)
      Parameters:
      name - The name to set.
    • getNillable

      public boolean getNillable()
      Returns:
      Returns the nillable.
    • setNillable

      public void setNillable(boolean nillable)
      Parameters:
      nillable - The nillable to set.
    • getType

      public String getType()
      Returns:
      Returns the type.
    • setType

      public void setType(String type)
      Parameters:
      type - The type to set.
    • toString

      public String toString()
      Overrides:
      toString in class Object