|
|||||||||
| 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.AbstractContainerType
net.opengis.kml.v_2_3.FolderType
public class FolderType
Java class for FolderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FolderType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractContainerType">
<all>
<element ref="{http://www.opengis.net/kml/2.2}AbstractFeatureGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}FolderSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}FolderObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</all>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<JAXBElement<? extends AbstractFeatureType>> |
abstractFeatureGroup
|
protected List<AbstractObjectType> |
folderObjectExtensionGroup
|
protected List<Object> |
folderSimpleExtensionGroup
|
| Fields inherited from class net.opengis.kml.v_2_3.AbstractContainerType |
|---|
abstractContainerObjectExtensionGroup, abstractContainerSimpleExtensionGroup |
| 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 | |
|---|---|
FolderType()
|
|
| 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<JAXBElement<? extends AbstractFeatureType>> abstractFeatureGroup
protected List<Object> folderSimpleExtensionGroup
protected List<AbstractObjectType> folderObjectExtensionGroup
| Constructor Detail |
|---|
public FolderType()
| Method Detail |
|---|
public List<JAXBElement<? extends AbstractFeatureType>> getAbstractFeatureGroup()
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 abstractFeatureGroup property.
For example, to add a new item, do as follows:
getAbstractFeatureGroup().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<AbstractOverlayType>
JAXBElement<ScreenOverlayType>
JAXBElement<FolderType>
JAXBElement<AbstractFeatureType>
JAXBElement<AbstractContainerType>
JAXBElement<GroundOverlayType>
JAXBElement<PhotoOverlayType>
JAXBElement<PlacemarkType>
JAXBElement<DocumentType>
JAXBElement<NetworkLinkType>
JAXBElement<TourType>
public boolean isSetAbstractFeatureGroup()
public void unsetAbstractFeatureGroup()
public List<Object> getFolderSimpleExtensionGroup()
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 folderSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getFolderSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetFolderSimpleExtensionGroup()
public void unsetFolderSimpleExtensionGroup()
public List<AbstractObjectType> getFolderObjectExtensionGroup()
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 folderObjectExtensionGroup property.
For example, to add a new item, do as follows:
getFolderObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetFolderObjectExtensionGroup()
public void unsetFolderObjectExtensionGroup()
public String toString()
toString in class AbstractContainerType
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 AbstractContainerType
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 AbstractContainerType
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 AbstractContainerTypepublic boolean equals(Object object)
equals in class AbstractContainerType
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 AbstractContainerTypepublic int hashCode()
hashCode in class AbstractContainerTypepublic Object clone()
clone in class AbstractContainerTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractContainerType
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 AbstractContainerTypepublic 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 AbstractContainerType
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 AbstractContainerTypepublic void setAbstractFeatureGroup(List<JAXBElement<? extends AbstractFeatureType>> value)
public void setFolderSimpleExtensionGroup(List<Object> value)
public void setFolderObjectExtensionGroup(List<AbstractObjectType> value)
public FolderType withAbstractFeatureGroup(JAXBElement<? extends AbstractFeatureType>... values)
public FolderType withAbstractFeatureGroup(Collection<JAXBElement<? extends AbstractFeatureType>> values)
public FolderType withFolderSimpleExtensionGroup(Object... values)
public FolderType withFolderSimpleExtensionGroup(Collection<Object> values)
public FolderType withFolderObjectExtensionGroup(AbstractObjectType... values)
public FolderType withFolderObjectExtensionGroup(Collection<AbstractObjectType> values)
public FolderType withAbstractFeatureGroup(List<JAXBElement<? extends AbstractFeatureType>> value)
public FolderType withFolderSimpleExtensionGroup(List<Object> value)
public FolderType withFolderObjectExtensionGroup(List<AbstractObjectType> value)
public FolderType withAbstractContainerSimpleExtensionGroup(Object... values)
withAbstractContainerSimpleExtensionGroup in class AbstractContainerTypepublic FolderType withAbstractContainerSimpleExtensionGroup(Collection<Object> values)
withAbstractContainerSimpleExtensionGroup in class AbstractContainerTypepublic FolderType withAbstractContainerObjectExtensionGroup(AbstractObjectType... values)
withAbstractContainerObjectExtensionGroup in class AbstractContainerTypepublic FolderType withAbstractContainerObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractContainerObjectExtensionGroup in class AbstractContainerTypepublic FolderType withAbstractContainerSimpleExtensionGroup(List<Object> value)
withAbstractContainerSimpleExtensionGroup in class AbstractContainerTypepublic FolderType withAbstractContainerObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractContainerObjectExtensionGroup in class AbstractContainerTypepublic FolderType withName(String value)
withName in class AbstractContainerTypepublic FolderType withVisibility(Boolean value)
withVisibility in class AbstractContainerTypepublic FolderType withBalloonVisibility(Boolean value)
withBalloonVisibility in class AbstractContainerTypepublic FolderType withOpen(Boolean value)
withOpen in class AbstractContainerTypepublic FolderType withAtomAuthor(org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct value)
withAtomAuthor in class AbstractContainerTypepublic FolderType withAtomLink(org.hisrc.w3c.atom.v_1_0.Link value)
withAtomLink in class AbstractContainerTypepublic FolderType withAddress(String value)
withAddress in class AbstractContainerTypepublic FolderType withAddressDetails(AddressDetails value)
withAddressDetails in class AbstractContainerTypepublic FolderType withPhoneNumber(String value)
withPhoneNumber in class AbstractContainerTypepublic FolderType withAbstractSnippetGroup(JAXBElement<?> value)
withAbstractSnippetGroup in class AbstractContainerTypepublic FolderType withDescription(String value)
withDescription in class AbstractContainerTypepublic FolderType withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
withAbstractViewGroup in class AbstractContainerTypepublic FolderType withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
withAbstractTimePrimitiveGroup in class AbstractContainerTypepublic FolderType withStyleUrl(String value)
withStyleUrl in class AbstractContainerTypepublic FolderType withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType>... values)
withAbstractStyleSelectorGroup in class AbstractContainerTypepublic FolderType withAbstractStyleSelectorGroup(Collection<JAXBElement<? extends AbstractStyleSelectorType>> values)
withAbstractStyleSelectorGroup in class AbstractContainerTypepublic FolderType withRegion(RegionType value)
withRegion in class AbstractContainerTypepublic FolderType withAbstractExtendedDataGroup(JAXBElement<?> value)
withAbstractExtendedDataGroup in class AbstractContainerTypepublic FolderType withAbstractFeatureSimpleExtensionGroup(Object... values)
withAbstractFeatureSimpleExtensionGroup in class AbstractContainerTypepublic FolderType withAbstractFeatureSimpleExtensionGroup(Collection<Object> values)
withAbstractFeatureSimpleExtensionGroup in class AbstractContainerTypepublic FolderType withAbstractFeatureObjectExtensionGroup(AbstractObjectType... values)
withAbstractFeatureObjectExtensionGroup in class AbstractContainerTypepublic FolderType withAbstractFeatureObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractFeatureObjectExtensionGroup in class AbstractContainerTypepublic FolderType withAbstractStyleSelectorGroup(List<JAXBElement<? extends AbstractStyleSelectorType>> value)
withAbstractStyleSelectorGroup in class AbstractContainerTypepublic FolderType withAbstractFeatureSimpleExtensionGroup(List<Object> value)
withAbstractFeatureSimpleExtensionGroup in class AbstractContainerTypepublic FolderType withAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractFeatureObjectExtensionGroup in class AbstractContainerTypepublic FolderType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractContainerTypepublic FolderType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractContainerTypepublic FolderType withId(String value)
withId in class AbstractContainerTypepublic FolderType withTargetId(String value)
withTargetId in class AbstractContainerTypepublic FolderType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractContainerType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||