|
|||||||||
| 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.BalloonStyleType
public class BalloonStyleType
Java class for BalloonStyleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BalloonStyleType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractSubStyleType">
<all>
<element ref="{http://www.opengis.net/kml/2.2}AbstractBgColorGroup" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}textColor" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}text" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}abstractDisplayMode" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}BalloonStyleSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}BalloonStyleObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</all>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<byte[]> |
abstractBgColorGroup
|
protected JAXBElement<?> |
abstractDisplayMode
|
protected List<AbstractObjectType> |
balloonStyleObjectExtensionGroup
|
protected List<Object> |
balloonStyleSimpleExtensionGroup
|
protected String |
text
|
protected byte[] |
textColor
|
| 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 | |
|---|---|
BalloonStyleType()
|
|
| 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<byte[]> abstractBgColorGroup
protected byte[] textColor
protected String text
protected JAXBElement<?> abstractDisplayMode
protected List<Object> balloonStyleSimpleExtensionGroup
protected List<AbstractObjectType> balloonStyleObjectExtensionGroup
| Constructor Detail |
|---|
public BalloonStyleType()
| Method Detail |
|---|
public JAXBElement<byte[]> getAbstractBgColorGroup()
JAXBElement<byte[]>
JAXBElement<byte[]>
JAXBElement<byte[]>public void setAbstractBgColorGroup(JAXBElement<byte[]> value)
value - allowed object is
JAXBElement<byte[]>
JAXBElement<byte[]>
JAXBElement<byte[]>public boolean isSetAbstractBgColorGroup()
public byte[] getTextColor()
Stringpublic void setTextColor(byte[] value)
value - allowed object is
Stringpublic boolean isSetTextColor()
public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic boolean isSetText()
public JAXBElement<?> getAbstractDisplayMode()
JAXBElement<String>
JAXBElement<DisplayModeEnumType>public void setAbstractDisplayMode(JAXBElement<?> value)
value - allowed object is
JAXBElement<String>
JAXBElement<DisplayModeEnumType>public boolean isSetAbstractDisplayMode()
public List<Object> getBalloonStyleSimpleExtensionGroup()
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 balloonStyleSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getBalloonStyleSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetBalloonStyleSimpleExtensionGroup()
public void unsetBalloonStyleSimpleExtensionGroup()
public List<AbstractObjectType> getBalloonStyleObjectExtensionGroup()
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 balloonStyleObjectExtensionGroup property.
For example, to add a new item, do as follows:
getBalloonStyleObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetBalloonStyleObjectExtensionGroup()
public void unsetBalloonStyleObjectExtensionGroup()
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 setBalloonStyleSimpleExtensionGroup(List<Object> value)
public void setBalloonStyleObjectExtensionGroup(List<AbstractObjectType> value)
public BalloonStyleType withAbstractBgColorGroup(JAXBElement<byte[]> value)
public BalloonStyleType withTextColor(byte[] value)
public BalloonStyleType withText(String value)
public BalloonStyleType withAbstractDisplayMode(JAXBElement<?> value)
public BalloonStyleType withBalloonStyleSimpleExtensionGroup(Object... values)
public BalloonStyleType withBalloonStyleSimpleExtensionGroup(Collection<Object> values)
public BalloonStyleType withBalloonStyleObjectExtensionGroup(AbstractObjectType... values)
public BalloonStyleType withBalloonStyleObjectExtensionGroup(Collection<AbstractObjectType> values)
public BalloonStyleType withBalloonStyleSimpleExtensionGroup(List<Object> value)
public BalloonStyleType withBalloonStyleObjectExtensionGroup(List<AbstractObjectType> value)
public BalloonStyleType withAbstractSubStyleSimpleExtensionGroup(Object... values)
withAbstractSubStyleSimpleExtensionGroup in class AbstractSubStyleTypepublic BalloonStyleType withAbstractSubStyleSimpleExtensionGroup(Collection<Object> values)
withAbstractSubStyleSimpleExtensionGroup in class AbstractSubStyleTypepublic BalloonStyleType withAbstractSubStyleObjectExtensionGroup(AbstractObjectType... values)
withAbstractSubStyleObjectExtensionGroup in class AbstractSubStyleTypepublic BalloonStyleType withAbstractSubStyleObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractSubStyleObjectExtensionGroup in class AbstractSubStyleTypepublic BalloonStyleType withAbstractSubStyleSimpleExtensionGroup(List<Object> value)
withAbstractSubStyleSimpleExtensionGroup in class AbstractSubStyleTypepublic BalloonStyleType withAbstractSubStyleObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractSubStyleObjectExtensionGroup in class AbstractSubStyleTypepublic BalloonStyleType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractSubStyleTypepublic BalloonStyleType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractSubStyleTypepublic BalloonStyleType withId(String value)
withId in class AbstractSubStyleTypepublic BalloonStyleType withTargetId(String value)
withTargetId in class AbstractSubStyleTypepublic BalloonStyleType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractSubStyleType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||