|
|||||||||
| 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.DocumentType
public class DocumentType
Java class for DocumentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractContainerType">
<all>
<element ref="{http://www.opengis.net/kml/2.2}Schema" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}AbstractFeatureGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}DocumentSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}DocumentObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</all>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<JAXBElement<? extends AbstractFeatureType>> |
abstractFeatureGroup
|
protected List<AbstractObjectType> |
documentObjectExtensionGroup
|
protected List<Object> |
documentSimpleExtensionGroup
|
protected List<SchemaType> |
schema
|
| 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 | |
|---|---|
DocumentType()
|
|
| 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<SchemaType> schema
protected List<JAXBElement<? extends AbstractFeatureType>> abstractFeatureGroup
protected List<Object> documentSimpleExtensionGroup
protected List<AbstractObjectType> documentObjectExtensionGroup
| Constructor Detail |
|---|
public DocumentType()
| Method Detail |
|---|
public List<SchemaType> getSchema()
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 schema property.
For example, to add a new item, do as follows:
getSchema().add(newItem);
Objects of the following type(s) are allowed in the list
SchemaType
public boolean isSetSchema()
public void unsetSchema()
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> getDocumentSimpleExtensionGroup()
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 documentSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getDocumentSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetDocumentSimpleExtensionGroup()
public void unsetDocumentSimpleExtensionGroup()
public List<AbstractObjectType> getDocumentObjectExtensionGroup()
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 documentObjectExtensionGroup property.
For example, to add a new item, do as follows:
getDocumentObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetDocumentObjectExtensionGroup()
public void unsetDocumentObjectExtensionGroup()
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 setSchema(List<SchemaType> value)
public void setAbstractFeatureGroup(List<JAXBElement<? extends AbstractFeatureType>> value)
public void setDocumentSimpleExtensionGroup(List<Object> value)
public void setDocumentObjectExtensionGroup(List<AbstractObjectType> value)
public DocumentType withSchema(SchemaType... values)
public DocumentType withSchema(Collection<SchemaType> values)
public DocumentType withAbstractFeatureGroup(JAXBElement<? extends AbstractFeatureType>... values)
public DocumentType withAbstractFeatureGroup(Collection<JAXBElement<? extends AbstractFeatureType>> values)
public DocumentType withDocumentSimpleExtensionGroup(Object... values)
public DocumentType withDocumentSimpleExtensionGroup(Collection<Object> values)
public DocumentType withDocumentObjectExtensionGroup(AbstractObjectType... values)
public DocumentType withDocumentObjectExtensionGroup(Collection<AbstractObjectType> values)
public DocumentType withSchema(List<SchemaType> value)
public DocumentType withAbstractFeatureGroup(List<JAXBElement<? extends AbstractFeatureType>> value)
public DocumentType withDocumentSimpleExtensionGroup(List<Object> value)
public DocumentType withDocumentObjectExtensionGroup(List<AbstractObjectType> value)
public DocumentType withAbstractContainerSimpleExtensionGroup(Object... values)
withAbstractContainerSimpleExtensionGroup in class AbstractContainerTypepublic DocumentType withAbstractContainerSimpleExtensionGroup(Collection<Object> values)
withAbstractContainerSimpleExtensionGroup in class AbstractContainerTypepublic DocumentType withAbstractContainerObjectExtensionGroup(AbstractObjectType... values)
withAbstractContainerObjectExtensionGroup in class AbstractContainerTypepublic DocumentType withAbstractContainerObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractContainerObjectExtensionGroup in class AbstractContainerTypepublic DocumentType withAbstractContainerSimpleExtensionGroup(List<Object> value)
withAbstractContainerSimpleExtensionGroup in class AbstractContainerTypepublic DocumentType withAbstractContainerObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractContainerObjectExtensionGroup in class AbstractContainerTypepublic DocumentType withName(String value)
withName in class AbstractContainerTypepublic DocumentType withVisibility(Boolean value)
withVisibility in class AbstractContainerTypepublic DocumentType withBalloonVisibility(Boolean value)
withBalloonVisibility in class AbstractContainerTypepublic DocumentType withOpen(Boolean value)
withOpen in class AbstractContainerTypepublic DocumentType withAtomAuthor(org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct value)
withAtomAuthor in class AbstractContainerTypepublic DocumentType withAtomLink(org.hisrc.w3c.atom.v_1_0.Link value)
withAtomLink in class AbstractContainerTypepublic DocumentType withAddress(String value)
withAddress in class AbstractContainerTypepublic DocumentType withAddressDetails(AddressDetails value)
withAddressDetails in class AbstractContainerTypepublic DocumentType withPhoneNumber(String value)
withPhoneNumber in class AbstractContainerTypepublic DocumentType withAbstractSnippetGroup(JAXBElement<?> value)
withAbstractSnippetGroup in class AbstractContainerTypepublic DocumentType withDescription(String value)
withDescription in class AbstractContainerTypepublic DocumentType withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
withAbstractViewGroup in class AbstractContainerTypepublic DocumentType withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
withAbstractTimePrimitiveGroup in class AbstractContainerTypepublic DocumentType withStyleUrl(String value)
withStyleUrl in class AbstractContainerTypepublic DocumentType withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType>... values)
withAbstractStyleSelectorGroup in class AbstractContainerTypepublic DocumentType withAbstractStyleSelectorGroup(Collection<JAXBElement<? extends AbstractStyleSelectorType>> values)
withAbstractStyleSelectorGroup in class AbstractContainerTypepublic DocumentType withRegion(RegionType value)
withRegion in class AbstractContainerTypepublic DocumentType withAbstractExtendedDataGroup(JAXBElement<?> value)
withAbstractExtendedDataGroup in class AbstractContainerTypepublic DocumentType withAbstractFeatureSimpleExtensionGroup(Object... values)
withAbstractFeatureSimpleExtensionGroup in class AbstractContainerTypepublic DocumentType withAbstractFeatureSimpleExtensionGroup(Collection<Object> values)
withAbstractFeatureSimpleExtensionGroup in class AbstractContainerTypepublic DocumentType withAbstractFeatureObjectExtensionGroup(AbstractObjectType... values)
withAbstractFeatureObjectExtensionGroup in class AbstractContainerTypepublic DocumentType withAbstractFeatureObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractFeatureObjectExtensionGroup in class AbstractContainerTypepublic DocumentType withAbstractStyleSelectorGroup(List<JAXBElement<? extends AbstractStyleSelectorType>> value)
withAbstractStyleSelectorGroup in class AbstractContainerTypepublic DocumentType withAbstractFeatureSimpleExtensionGroup(List<Object> value)
withAbstractFeatureSimpleExtensionGroup in class AbstractContainerTypepublic DocumentType withAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractFeatureObjectExtensionGroup in class AbstractContainerTypepublic DocumentType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractContainerTypepublic DocumentType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractContainerTypepublic DocumentType withId(String value)
withId in class AbstractContainerTypepublic DocumentType withTargetId(String value)
withTargetId in class AbstractContainerTypepublic DocumentType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractContainerType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||