|
|||||||||
| 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.StyleType
public class StyleType
Java class for StyleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StyleType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractStyleSelectorType">
<all>
<element ref="{http://www.opengis.net/kml/2.2}IconStyle" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}LabelStyle" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}LineStyle" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}PolyStyle" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}BalloonStyle" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ListStyle" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}StyleSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}StyleObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</all>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BalloonStyleType |
balloonStyle
|
protected IconStyleType |
iconStyle
|
protected LabelStyleType |
labelStyle
|
protected LineStyleType |
lineStyle
|
protected ListStyleType |
listStyle
|
protected PolyStyleType |
polyStyle
|
protected List<AbstractObjectType> |
styleObjectExtensionGroup
|
protected List<Object> |
styleSimpleExtensionGroup
|
| 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 | |
|---|---|
StyleType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
|
BalloonStyleType |
getBalloonStyle()
Gets the value of the balloonStyle property. |
IconStyleType |
getIconStyle()
Gets the value of the iconStyle property. |
LabelStyleType |
getLabelStyle()
Gets the value of the labelStyle property. |
LineStyleType |
getLineStyle()
Gets the value of the lineStyle property. |
ListStyleType |
getListStyle()
Gets the value of the listStyle property. |
PolyStyleType |
getPolyStyle()
Gets the value of the polyStyle property. |
List<AbstractObjectType> |
getStyleObjectExtensionGroup()
Gets the value of the styleObjectExtensionGroup property. |
List<Object> |
getStyleSimpleExtensionGroup()
Gets the value of the styleSimpleExtensionGroup property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetBalloonStyle()
|
boolean |
isSetIconStyle()
|
boolean |
isSetLabelStyle()
|
boolean |
isSetLineStyle()
|
boolean |
isSetListStyle()
|
boolean |
isSetPolyStyle()
|
boolean |
isSetStyleObjectExtensionGroup()
|
boolean |
isSetStyleSimpleExtensionGroup()
|
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)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setBalloonStyle(BalloonStyleType value)
Sets the value of the balloonStyle property. |
void |
setIconStyle(IconStyleType value)
Sets the value of the iconStyle property. |
void |
setLabelStyle(LabelStyleType value)
Sets the value of the labelStyle property. |
void |
setLineStyle(LineStyleType value)
Sets the value of the lineStyle property. |
void |
setListStyle(ListStyleType value)
Sets the value of the listStyle property. |
void |
setPolyStyle(PolyStyleType value)
Sets the value of the polyStyle property. |
void |
setStyleObjectExtensionGroup(List<AbstractObjectType> value)
|
void |
setStyleSimpleExtensionGroup(List<Object> value)
|
String |
toString()
|
void |
unsetStyleObjectExtensionGroup()
|
void |
unsetStyleSimpleExtensionGroup()
|
StyleType |
withAbstractStyleSelectorObjectExtensionGroup(AbstractObjectType... values)
|
StyleType |
withAbstractStyleSelectorObjectExtensionGroup(Collection<AbstractObjectType> values)
|
StyleType |
withAbstractStyleSelectorObjectExtensionGroup(List<AbstractObjectType> value)
|
StyleType |
withAbstractStyleSelectorSimpleExtensionGroup(Collection<Object> values)
|
StyleType |
withAbstractStyleSelectorSimpleExtensionGroup(List<Object> value)
|
StyleType |
withAbstractStyleSelectorSimpleExtensionGroup(Object... values)
|
StyleType |
withBalloonStyle(BalloonStyleType value)
|
StyleType |
withIconStyle(IconStyleType value)
|
StyleType |
withId(String value)
|
StyleType |
withLabelStyle(LabelStyleType value)
|
StyleType |
withLineStyle(LineStyleType value)
|
StyleType |
withListStyle(ListStyleType value)
|
StyleType |
withObjectSimpleExtensionGroup(Collection<Object> values)
|
StyleType |
withObjectSimpleExtensionGroup(List<Object> value)
|
StyleType |
withObjectSimpleExtensionGroup(Object... values)
|
StyleType |
withPolyStyle(PolyStyleType value)
|
StyleType |
withStyleObjectExtensionGroup(AbstractObjectType... values)
|
StyleType |
withStyleObjectExtensionGroup(Collection<AbstractObjectType> values)
|
StyleType |
withStyleObjectExtensionGroup(List<AbstractObjectType> value)
|
StyleType |
withStyleSimpleExtensionGroup(Collection<Object> values)
|
StyleType |
withStyleSimpleExtensionGroup(List<Object> value)
|
StyleType |
withStyleSimpleExtensionGroup(Object... values)
|
StyleType |
withTargetId(String value)
|
| 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 IconStyleType iconStyle
protected LabelStyleType labelStyle
protected LineStyleType lineStyle
protected PolyStyleType polyStyle
protected BalloonStyleType balloonStyle
protected ListStyleType listStyle
protected List<Object> styleSimpleExtensionGroup
protected List<AbstractObjectType> styleObjectExtensionGroup
| Constructor Detail |
|---|
public StyleType()
| Method Detail |
|---|
public IconStyleType getIconStyle()
IconStyleTypepublic void setIconStyle(IconStyleType value)
value - allowed object is
IconStyleTypepublic boolean isSetIconStyle()
public LabelStyleType getLabelStyle()
LabelStyleTypepublic void setLabelStyle(LabelStyleType value)
value - allowed object is
LabelStyleTypepublic boolean isSetLabelStyle()
public LineStyleType getLineStyle()
LineStyleTypepublic void setLineStyle(LineStyleType value)
value - allowed object is
LineStyleTypepublic boolean isSetLineStyle()
public PolyStyleType getPolyStyle()
PolyStyleTypepublic void setPolyStyle(PolyStyleType value)
value - allowed object is
PolyStyleTypepublic boolean isSetPolyStyle()
public BalloonStyleType getBalloonStyle()
BalloonStyleTypepublic void setBalloonStyle(BalloonStyleType value)
value - allowed object is
BalloonStyleTypepublic boolean isSetBalloonStyle()
public ListStyleType getListStyle()
ListStyleTypepublic void setListStyle(ListStyleType value)
value - allowed object is
ListStyleTypepublic boolean isSetListStyle()
public List<Object> getStyleSimpleExtensionGroup()
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 styleSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getStyleSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetStyleSimpleExtensionGroup()
public void unsetStyleSimpleExtensionGroup()
public List<AbstractObjectType> getStyleObjectExtensionGroup()
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 styleObjectExtensionGroup property.
For example, to add a new item, do as follows:
getStyleObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetStyleObjectExtensionGroup()
public void unsetStyleObjectExtensionGroup()
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 setStyleSimpleExtensionGroup(List<Object> value)
public void setStyleObjectExtensionGroup(List<AbstractObjectType> value)
public StyleType withIconStyle(IconStyleType value)
public StyleType withLabelStyle(LabelStyleType value)
public StyleType withLineStyle(LineStyleType value)
public StyleType withPolyStyle(PolyStyleType value)
public StyleType withBalloonStyle(BalloonStyleType value)
public StyleType withListStyle(ListStyleType value)
public StyleType withStyleSimpleExtensionGroup(Object... values)
public StyleType withStyleSimpleExtensionGroup(Collection<Object> values)
public StyleType withStyleObjectExtensionGroup(AbstractObjectType... values)
public StyleType withStyleObjectExtensionGroup(Collection<AbstractObjectType> values)
public StyleType withStyleSimpleExtensionGroup(List<Object> value)
public StyleType withStyleObjectExtensionGroup(List<AbstractObjectType> value)
public StyleType withAbstractStyleSelectorSimpleExtensionGroup(Object... values)
withAbstractStyleSelectorSimpleExtensionGroup in class AbstractStyleSelectorTypepublic StyleType withAbstractStyleSelectorSimpleExtensionGroup(Collection<Object> values)
withAbstractStyleSelectorSimpleExtensionGroup in class AbstractStyleSelectorTypepublic StyleType withAbstractStyleSelectorObjectExtensionGroup(AbstractObjectType... values)
withAbstractStyleSelectorObjectExtensionGroup in class AbstractStyleSelectorTypepublic StyleType withAbstractStyleSelectorObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractStyleSelectorObjectExtensionGroup in class AbstractStyleSelectorTypepublic StyleType withAbstractStyleSelectorSimpleExtensionGroup(List<Object> value)
withAbstractStyleSelectorSimpleExtensionGroup in class AbstractStyleSelectorTypepublic StyleType withAbstractStyleSelectorObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractStyleSelectorObjectExtensionGroup in class AbstractStyleSelectorTypepublic StyleType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractStyleSelectorTypepublic StyleType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractStyleSelectorTypepublic StyleType withId(String value)
withId in class AbstractStyleSelectorTypepublic StyleType withTargetId(String value)
withTargetId in class AbstractStyleSelectorTypepublic StyleType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractStyleSelectorType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||