|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.kml.v_2_3.AbstractObjectType
net.opengis.kml.v_2_3.AbstractStyleSelectorType
net.opengis.kml.v_2_3.StyleMapType
public class StyleMapType
Java class for StyleMapType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StyleMapType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractStyleSelectorType">
<all>
<element ref="{http://www.opengis.net/kml/2.2}Pair" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}StyleMapSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}StyleMapObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</all>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<PairType> |
pair
|
protected List<AbstractObjectType> |
styleMapObjectExtensionGroup
|
protected List<Object> |
styleMapSimpleExtensionGroup
|
| Fields inherited from class net.opengis.kml.v_2_3.AbstractStyleSelectorType |
|---|
abstractStyleSelectorObjectExtensionGroup, abstractStyleSelectorSimpleExtensionGroup |
| Fields inherited from class net.opengis.kml.v_2_3.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
StyleMapType()
|
|
| Methods inherited from class net.opengis.kml.v_2_3.AbstractObjectType |
|---|
getId, getObjectSimpleExtensionGroup, getOtherAttributes, getTargetId, isSetId, isSetObjectSimpleExtensionGroup, isSetTargetId, setId, setObjectSimpleExtensionGroup, setTargetId, unsetObjectSimpleExtensionGroup |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<PairType> pair
protected List<Object> styleMapSimpleExtensionGroup
protected List<AbstractObjectType> styleMapObjectExtensionGroup
| Constructor Detail |
|---|
public StyleMapType()
| Method Detail |
|---|
public List<PairType> getPair()
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 pair property.
For example, to add a new item, do as follows:
getPair().add(newItem);
Objects of the following type(s) are allowed in the list
PairType
public boolean isSetPair()
public void unsetPair()
public List<Object> getStyleMapSimpleExtensionGroup()
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 styleMapSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getStyleMapSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetStyleMapSimpleExtensionGroup()
public void unsetStyleMapSimpleExtensionGroup()
public List<AbstractObjectType> getStyleMapObjectExtensionGroup()
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 styleMapObjectExtensionGroup property.
For example, to add a new item, do as follows:
getStyleMapObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetStyleMapObjectExtensionGroup()
public void unsetStyleMapObjectExtensionGroup()
public String toString()
toString in class AbstractStyleSelectorType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractStyleSelectorType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractStyleSelectorType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractStyleSelectorTypepublic boolean equals(Object object)
equals in class AbstractStyleSelectorType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractStyleSelectorTypepublic int hashCode()
hashCode in class AbstractStyleSelectorTypepublic Object clone()
clone in class AbstractStyleSelectorTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractStyleSelectorType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractStyleSelectorTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractStyleSelectorType
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.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractStyleSelectorTypepublic void setPair(List<PairType> value)
public void setStyleMapSimpleExtensionGroup(List<Object> value)
public void setStyleMapObjectExtensionGroup(List<AbstractObjectType> value)
public StyleMapType withPair(PairType... values)
public StyleMapType withPair(Collection<PairType> values)
public StyleMapType withStyleMapSimpleExtensionGroup(Object... values)
public StyleMapType withStyleMapSimpleExtensionGroup(Collection<Object> values)
public StyleMapType withStyleMapObjectExtensionGroup(AbstractObjectType... values)
public StyleMapType withStyleMapObjectExtensionGroup(Collection<AbstractObjectType> values)
public StyleMapType withPair(List<PairType> value)
public StyleMapType withStyleMapSimpleExtensionGroup(List<Object> value)
public StyleMapType withStyleMapObjectExtensionGroup(List<AbstractObjectType> value)
public StyleMapType withAbstractStyleSelectorSimpleExtensionGroup(Object... values)
withAbstractStyleSelectorSimpleExtensionGroup in class AbstractStyleSelectorTypepublic StyleMapType withAbstractStyleSelectorSimpleExtensionGroup(Collection<Object> values)
withAbstractStyleSelectorSimpleExtensionGroup in class AbstractStyleSelectorTypepublic StyleMapType withAbstractStyleSelectorObjectExtensionGroup(AbstractObjectType... values)
withAbstractStyleSelectorObjectExtensionGroup in class AbstractStyleSelectorTypepublic StyleMapType withAbstractStyleSelectorObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractStyleSelectorObjectExtensionGroup in class AbstractStyleSelectorTypepublic StyleMapType withAbstractStyleSelectorSimpleExtensionGroup(List<Object> value)
withAbstractStyleSelectorSimpleExtensionGroup in class AbstractStyleSelectorTypepublic StyleMapType withAbstractStyleSelectorObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractStyleSelectorObjectExtensionGroup in class AbstractStyleSelectorTypepublic StyleMapType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractStyleSelectorTypepublic StyleMapType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractStyleSelectorTypepublic StyleMapType withId(String value)
withId in class AbstractStyleSelectorTypepublic StyleMapType withTargetId(String value)
withTargetId in class AbstractStyleSelectorTypepublic StyleMapType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractStyleSelectorType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||