Package org.bremersee.opengis.kml.v22
Class SimpleField
java.lang.Object
org.bremersee.opengis.kml.v22.SimpleField
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the displayName property.getName()Gets the value of the name property.Gets the value of the simpleFieldExtensions property.getType()Gets the value of the type property.voidsetDisplayName(String value) Sets the value of the displayName property.voidSets the value of the name property.voidSets the value of the type property.
-
Field Details
-
displayName
-
simpleFieldExtensions
-
type
-
name
-
-
Constructor Details
-
SimpleField
public SimpleField()
-
-
Method Details
-
getDisplayName
Gets the value of the displayName property.- Returns:
- possible object is
String
-
setDisplayName
Sets the value of the displayName property.- Parameters:
value- allowed object isString
-
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
setmethod 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
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-