|
|||||||||
| 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.AbstractFeatureType
net.opengis.kml.v_2_3.AbstractOverlayType
public abstract class AbstractOverlayType
Java class for AbstractOverlayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractOverlayType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractFeatureType">
<all>
<element ref="{http://www.opengis.net/kml/2.2}color" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}drawOrder" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}Icon" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}AbstractOverlaySimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}AbstractOverlayObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</all>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<AbstractObjectType> |
abstractOverlayObjectExtensionGroup
|
protected List<Object> |
abstractOverlaySimpleExtensionGroup
|
protected byte[] |
color
|
protected Integer |
drawOrder
|
protected LinkType |
icon
|
| Fields inherited from class net.opengis.kml.v_2_3.AbstractFeatureType |
|---|
abstractExtendedDataGroup, abstractFeatureObjectExtensionGroup, abstractFeatureSimpleExtensionGroup, abstractSnippetGroup, abstractStyleSelectorGroup, abstractTimePrimitiveGroup, abstractViewGroup, address, addressDetails, atomAuthor, atomLink, balloonVisibility, description, name, open, phoneNumber, region, styleUrl, visibility |
| Fields inherited from class net.opengis.kml.v_2_3.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
AbstractOverlayType()
|
|
| 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 |
| Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo2 |
|---|
createNewInstance |
| Methods inherited from interface org.jvnet.jaxb2_commons.lang.MergeFrom2 |
|---|
createNewInstance |
| Field Detail |
|---|
protected byte[] color
protected Integer drawOrder
protected LinkType icon
protected List<Object> abstractOverlaySimpleExtensionGroup
protected List<AbstractObjectType> abstractOverlayObjectExtensionGroup
| Constructor Detail |
|---|
public AbstractOverlayType()
| Method Detail |
|---|
public byte[] getColor()
Stringpublic void setColor(byte[] value)
value - allowed object is
Stringpublic boolean isSetColor()
public Integer getDrawOrder()
Integerpublic void setDrawOrder(Integer value)
value - allowed object is
Integerpublic boolean isSetDrawOrder()
public LinkType getIcon()
LinkTypepublic void setIcon(LinkType value)
value - allowed object is
LinkTypepublic boolean isSetIcon()
public List<Object> getAbstractOverlaySimpleExtensionGroup()
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 abstractOverlaySimpleExtensionGroup property.
For example, to add a new item, do as follows:
getAbstractOverlaySimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetAbstractOverlaySimpleExtensionGroup()
public void unsetAbstractOverlaySimpleExtensionGroup()
public List<AbstractObjectType> getAbstractOverlayObjectExtensionGroup()
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 abstractOverlayObjectExtensionGroup property.
For example, to add a new item, do as follows:
getAbstractOverlayObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetAbstractOverlayObjectExtensionGroup()
public void unsetAbstractOverlayObjectExtensionGroup()
public String toString()
toString in class AbstractFeatureType
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 AbstractFeatureType
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 AbstractFeatureType
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 AbstractFeatureTypepublic boolean equals(Object object)
equals in class AbstractFeatureType
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 AbstractFeatureTypepublic int hashCode()
hashCode in class AbstractFeatureTypepublic Object clone()
clone in class AbstractFeatureTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractFeatureType
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 AbstractFeatureType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractFeatureType
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 AbstractFeatureTypepublic void setAbstractOverlaySimpleExtensionGroup(List<Object> value)
public void setAbstractOverlayObjectExtensionGroup(List<AbstractObjectType> value)
public AbstractOverlayType withColor(byte[] value)
public AbstractOverlayType withDrawOrder(Integer value)
public AbstractOverlayType withIcon(LinkType value)
public AbstractOverlayType withAbstractOverlaySimpleExtensionGroup(Object... values)
public AbstractOverlayType withAbstractOverlaySimpleExtensionGroup(Collection<Object> values)
public AbstractOverlayType withAbstractOverlayObjectExtensionGroup(AbstractObjectType... values)
public AbstractOverlayType withAbstractOverlayObjectExtensionGroup(Collection<AbstractObjectType> values)
public AbstractOverlayType withAbstractOverlaySimpleExtensionGroup(List<Object> value)
public AbstractOverlayType withAbstractOverlayObjectExtensionGroup(List<AbstractObjectType> value)
public AbstractOverlayType withName(String value)
withName in class AbstractFeatureTypepublic AbstractOverlayType withVisibility(Boolean value)
withVisibility in class AbstractFeatureTypepublic AbstractOverlayType withBalloonVisibility(Boolean value)
withBalloonVisibility in class AbstractFeatureTypepublic AbstractOverlayType withOpen(Boolean value)
withOpen in class AbstractFeatureTypepublic AbstractOverlayType withAtomAuthor(org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct value)
withAtomAuthor in class AbstractFeatureTypepublic AbstractOverlayType withAtomLink(org.hisrc.w3c.atom.v_1_0.Link value)
withAtomLink in class AbstractFeatureTypepublic AbstractOverlayType withAddress(String value)
withAddress in class AbstractFeatureTypepublic AbstractOverlayType withAddressDetails(AddressDetails value)
withAddressDetails in class AbstractFeatureTypepublic AbstractOverlayType withPhoneNumber(String value)
withPhoneNumber in class AbstractFeatureTypepublic AbstractOverlayType withAbstractSnippetGroup(JAXBElement<?> value)
withAbstractSnippetGroup in class AbstractFeatureTypepublic AbstractOverlayType withDescription(String value)
withDescription in class AbstractFeatureTypepublic AbstractOverlayType withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
withAbstractViewGroup in class AbstractFeatureTypepublic AbstractOverlayType withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
withAbstractTimePrimitiveGroup in class AbstractFeatureTypepublic AbstractOverlayType withStyleUrl(String value)
withStyleUrl in class AbstractFeatureTypepublic AbstractOverlayType withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType>... values)
withAbstractStyleSelectorGroup in class AbstractFeatureTypepublic AbstractOverlayType withAbstractStyleSelectorGroup(Collection<JAXBElement<? extends AbstractStyleSelectorType>> values)
withAbstractStyleSelectorGroup in class AbstractFeatureTypepublic AbstractOverlayType withRegion(RegionType value)
withRegion in class AbstractFeatureTypepublic AbstractOverlayType withAbstractExtendedDataGroup(JAXBElement<?> value)
withAbstractExtendedDataGroup in class AbstractFeatureTypepublic AbstractOverlayType withAbstractFeatureSimpleExtensionGroup(Object... values)
withAbstractFeatureSimpleExtensionGroup in class AbstractFeatureTypepublic AbstractOverlayType withAbstractFeatureSimpleExtensionGroup(Collection<Object> values)
withAbstractFeatureSimpleExtensionGroup in class AbstractFeatureTypepublic AbstractOverlayType withAbstractFeatureObjectExtensionGroup(AbstractObjectType... values)
withAbstractFeatureObjectExtensionGroup in class AbstractFeatureTypepublic AbstractOverlayType withAbstractFeatureObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractFeatureObjectExtensionGroup in class AbstractFeatureTypepublic AbstractOverlayType withAbstractStyleSelectorGroup(List<JAXBElement<? extends AbstractStyleSelectorType>> value)
withAbstractStyleSelectorGroup in class AbstractFeatureTypepublic AbstractOverlayType withAbstractFeatureSimpleExtensionGroup(List<Object> value)
withAbstractFeatureSimpleExtensionGroup in class AbstractFeatureTypepublic AbstractOverlayType withAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractFeatureObjectExtensionGroup in class AbstractFeatureTypepublic AbstractOverlayType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractFeatureTypepublic AbstractOverlayType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractFeatureTypepublic AbstractOverlayType withId(String value)
withId in class AbstractFeatureTypepublic AbstractOverlayType withTargetId(String value)
withTargetId in class AbstractFeatureTypepublic AbstractOverlayType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractFeatureType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||