|
|||||||||
| 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.AbstractSubStyleType
net.opengis.kml.v_2_3.ListStyleType
public class ListStyleType
Java class for ListStyleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListStyleType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractSubStyleType">
<all>
<element ref="{http://www.opengis.net/kml/2.2}abstractListItemType" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}bgColor" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ItemIcon" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}maxSnippetLines" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ListStyleSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ListStyleObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</all>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<?> |
abstractListItemType
|
protected byte[] |
bgColor
|
protected List<ItemIconType> |
itemIcon
|
protected List<AbstractObjectType> |
listStyleObjectExtensionGroup
|
protected List<Object> |
listStyleSimpleExtensionGroup
|
protected Integer |
maxSnippetLines
|
| Fields inherited from class net.opengis.kml.v_2_3.AbstractSubStyleType |
|---|
abstractSubStyleObjectExtensionGroup, abstractSubStyleSimpleExtensionGroup |
| Fields inherited from class net.opengis.kml.v_2_3.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
ListStyleType()
|
|
| 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 JAXBElement<?> abstractListItemType
protected byte[] bgColor
protected List<ItemIconType> itemIcon
protected Integer maxSnippetLines
protected List<Object> listStyleSimpleExtensionGroup
protected List<AbstractObjectType> listStyleObjectExtensionGroup
| Constructor Detail |
|---|
public ListStyleType()
| Method Detail |
|---|
public JAXBElement<?> getAbstractListItemType()
JAXBElement<ListItemTypeEnumType>
JAXBElement<String>public void setAbstractListItemType(JAXBElement<?> value)
value - allowed object is
JAXBElement<ListItemTypeEnumType>
JAXBElement<String>public boolean isSetAbstractListItemType()
public byte[] getBgColor()
Stringpublic void setBgColor(byte[] value)
value - allowed object is
Stringpublic boolean isSetBgColor()
public List<ItemIconType> getItemIcon()
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 itemIcon property.
For example, to add a new item, do as follows:
getItemIcon().add(newItem);
Objects of the following type(s) are allowed in the list
ItemIconType
public boolean isSetItemIcon()
public void unsetItemIcon()
public Integer getMaxSnippetLines()
Integerpublic void setMaxSnippetLines(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxSnippetLines()
public List<Object> getListStyleSimpleExtensionGroup()
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 listStyleSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getListStyleSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetListStyleSimpleExtensionGroup()
public void unsetListStyleSimpleExtensionGroup()
public List<AbstractObjectType> getListStyleObjectExtensionGroup()
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 listStyleObjectExtensionGroup property.
For example, to add a new item, do as follows:
getListStyleObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetListStyleObjectExtensionGroup()
public void unsetListStyleObjectExtensionGroup()
public String toString()
toString in class AbstractSubStyleType
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 AbstractSubStyleType
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 AbstractSubStyleType
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 AbstractSubStyleTypepublic boolean equals(Object object)
equals in class AbstractSubStyleType
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 AbstractSubStyleTypepublic int hashCode()
hashCode in class AbstractSubStyleTypepublic Object clone()
clone in class AbstractSubStyleTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractSubStyleType
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 AbstractSubStyleTypepublic 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 AbstractSubStyleType
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 AbstractSubStyleTypepublic void setItemIcon(List<ItemIconType> value)
public void setListStyleSimpleExtensionGroup(List<Object> value)
public void setListStyleObjectExtensionGroup(List<AbstractObjectType> value)
public ListStyleType withAbstractListItemType(JAXBElement<?> value)
public ListStyleType withBgColor(byte[] value)
public ListStyleType withItemIcon(ItemIconType... values)
public ListStyleType withItemIcon(Collection<ItemIconType> values)
public ListStyleType withMaxSnippetLines(Integer value)
public ListStyleType withListStyleSimpleExtensionGroup(Object... values)
public ListStyleType withListStyleSimpleExtensionGroup(Collection<Object> values)
public ListStyleType withListStyleObjectExtensionGroup(AbstractObjectType... values)
public ListStyleType withListStyleObjectExtensionGroup(Collection<AbstractObjectType> values)
public ListStyleType withItemIcon(List<ItemIconType> value)
public ListStyleType withListStyleSimpleExtensionGroup(List<Object> value)
public ListStyleType withListStyleObjectExtensionGroup(List<AbstractObjectType> value)
public ListStyleType withAbstractSubStyleSimpleExtensionGroup(Object... values)
withAbstractSubStyleSimpleExtensionGroup in class AbstractSubStyleTypepublic ListStyleType withAbstractSubStyleSimpleExtensionGroup(Collection<Object> values)
withAbstractSubStyleSimpleExtensionGroup in class AbstractSubStyleTypepublic ListStyleType withAbstractSubStyleObjectExtensionGroup(AbstractObjectType... values)
withAbstractSubStyleObjectExtensionGroup in class AbstractSubStyleTypepublic ListStyleType withAbstractSubStyleObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractSubStyleObjectExtensionGroup in class AbstractSubStyleTypepublic ListStyleType withAbstractSubStyleSimpleExtensionGroup(List<Object> value)
withAbstractSubStyleSimpleExtensionGroup in class AbstractSubStyleTypepublic ListStyleType withAbstractSubStyleObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractSubStyleObjectExtensionGroup in class AbstractSubStyleTypepublic ListStyleType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractSubStyleTypepublic ListStyleType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractSubStyleTypepublic ListStyleType withId(String value)
withId in class AbstractSubStyleTypepublic ListStyleType withTargetId(String value)
withTargetId in class AbstractSubStyleTypepublic ListStyleType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractSubStyleType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||