|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.kml.v_2_3.SchemaType
public class SchemaType
Java class for SchemaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SchemaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element ref="{http://www.opengis.net/kml/2.2}SimpleField" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}SimpleArrayField" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}SchemaExtension" maxOccurs="unbounded" minOccurs="0"/>
</all>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
id
|
protected String |
name
|
protected List<Object> |
schemaExtension
|
protected List<SimpleArrayFieldType> |
simpleArrayField
|
protected List<SimpleFieldType> |
simpleField
|
| Constructor Summary | |
|---|---|
SchemaType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
String |
getId()
Gets the value of the id property. |
String |
getName()
Gets the value of the name property. |
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
List<Object> |
getSchemaExtension()
Gets the value of the schemaExtension property. |
List<SimpleArrayFieldType> |
getSimpleArrayField()
Gets the value of the simpleArrayField property. |
List<SimpleFieldType> |
getSimpleField()
Gets the value of the simpleField property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetId()
|
boolean |
isSetName()
|
boolean |
isSetSchemaExtension()
|
boolean |
isSetSimpleArrayField()
|
boolean |
isSetSimpleField()
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setId(String value)
Sets the value of the id property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setSchemaExtension(List<Object> value)
|
void |
setSimpleArrayField(List<SimpleArrayFieldType> value)
|
void |
setSimpleField(List<SimpleFieldType> value)
|
String |
toString()
|
void |
unsetSchemaExtension()
|
void |
unsetSimpleArrayField()
|
void |
unsetSimpleField()
|
SchemaType |
withId(String value)
|
SchemaType |
withName(String value)
|
SchemaType |
withSchemaExtension(Collection<Object> values)
|
SchemaType |
withSchemaExtension(List<Object> value)
|
SchemaType |
withSchemaExtension(Object... values)
|
SchemaType |
withSimpleArrayField(Collection<SimpleArrayFieldType> values)
|
SchemaType |
withSimpleArrayField(List<SimpleArrayFieldType> value)
|
SchemaType |
withSimpleArrayField(SimpleArrayFieldType... values)
|
SchemaType |
withSimpleField(Collection<SimpleFieldType> values)
|
SchemaType |
withSimpleField(List<SimpleFieldType> value)
|
SchemaType |
withSimpleField(SimpleFieldType... values)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<SimpleFieldType> simpleField
protected List<SimpleArrayFieldType> simpleArrayField
protected List<Object> schemaExtension
protected String name
protected String id
| Constructor Detail |
|---|
public SchemaType()
| Method Detail |
|---|
public List<SimpleFieldType> getSimpleField()
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 JAXB object.
This is why there is not a set method for the simpleField property.
For example, to add a new item, do as follows:
getSimpleField().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleFieldType
public boolean isSetSimpleField()
public void unsetSimpleField()
public List<SimpleArrayFieldType> getSimpleArrayField()
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 JAXB object.
This is why there is not a set method for the simpleArrayField property.
For example, to add a new item, do as follows:
getSimpleArrayField().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleArrayFieldType
public boolean isSetSimpleArrayField()
public void unsetSimpleArrayField()
public List<Object> getSchemaExtension()
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 JAXB object.
This is why there is not a set method for the schemaExtension property.
For example, to add a new item, do as follows:
getSchemaExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetSchemaExtension()
public void unsetSchemaExtension()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrompublic void setSimpleField(List<SimpleFieldType> value)
public void setSimpleArrayField(List<SimpleArrayFieldType> value)
public void setSchemaExtension(List<Object> value)
public SchemaType withSimpleField(SimpleFieldType... values)
public SchemaType withSimpleField(Collection<SimpleFieldType> values)
public SchemaType withSimpleArrayField(SimpleArrayFieldType... values)
public SchemaType withSimpleArrayField(Collection<SimpleArrayFieldType> values)
public SchemaType withSchemaExtension(Object... values)
public SchemaType withSchemaExtension(Collection<Object> values)
public SchemaType withName(String value)
public SchemaType withId(String value)
public SchemaType withSimpleField(List<SimpleFieldType> value)
public SchemaType withSimpleArrayField(List<SimpleArrayFieldType> value)
public SchemaType withSchemaExtension(List<Object> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||