Class SimpleField

java.lang.Object
org.bremersee.opengis.kml.v22.SimpleField
All Implemented Interfaces:
Serializable

public class SimpleField extends Object implements Serializable

Java class for SimpleFieldType complex type.

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


 <complexType name="SimpleFieldType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}displayName" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}SimpleFieldExtension" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • displayName

      protected String displayName
    • simpleFieldExtensions

      protected List<Object> simpleFieldExtensions
    • type

      protected String type
    • name

      protected String name
  • Constructor Details

    • SimpleField

      public SimpleField()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Gets the value of the displayName property.
      Returns:
      possible object is String
    • setDisplayName

      public void setDisplayName(String value)
      Sets the value of the displayName property.
      Parameters:
      value - allowed object is String
    • getSimpleFieldExtensions

      public List<Object> getSimpleFieldExtensions()
      Gets the value of the simpleFieldExtensions 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 simpleFieldExtensions property.

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

          getSimpleFieldExtensions().add(newItem);
       

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

      Returns:
      The value of the simpleFieldExtensions property.
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String