net.opengis.kml.v_2_3
Class AbstractContainerType

java.lang.Object
  extended by net.opengis.kml.v_2_3.AbstractObjectType
      extended by net.opengis.kml.v_2_3.AbstractFeatureType
          extended by net.opengis.kml.v_2_3.AbstractContainerType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
DocumentType, FolderType

public abstract class AbstractContainerType
extends AbstractFeatureType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

Java class for AbstractContainerType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AbstractContainerType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractFeatureType">
       <all>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractContainerSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractContainerObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </all>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AbstractObjectType> abstractContainerObjectExtensionGroup
           
protected  List<Object> 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
AbstractContainerType()
           
 
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)
           
 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)
           
 List<AbstractObjectType> getAbstractContainerObjectExtensionGroup()
          Gets the value of the abstractContainerObjectExtensionGroup property.
 List<Object> getAbstractContainerSimpleExtensionGroup()
          Gets the value of the abstractContainerSimpleExtensionGroup property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetAbstractContainerObjectExtensionGroup()
           
 boolean isSetAbstractContainerSimpleExtensionGroup()
           
 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 setAbstractContainerObjectExtensionGroup(List<AbstractObjectType> value)
           
 void setAbstractContainerSimpleExtensionGroup(List<Object> value)
           
 String toString()
           
 void unsetAbstractContainerObjectExtensionGroup()
           
 void unsetAbstractContainerSimpleExtensionGroup()
           
 AbstractContainerType withAbstractContainerObjectExtensionGroup(AbstractObjectType... values)
           
 AbstractContainerType withAbstractContainerObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 AbstractContainerType withAbstractContainerObjectExtensionGroup(List<AbstractObjectType> value)
           
 AbstractContainerType withAbstractContainerSimpleExtensionGroup(Collection<Object> values)
           
 AbstractContainerType withAbstractContainerSimpleExtensionGroup(List<Object> value)
           
 AbstractContainerType withAbstractContainerSimpleExtensionGroup(Object... values)
           
 AbstractContainerType withAbstractExtendedDataGroup(JAXBElement<?> value)
           
 AbstractContainerType withAbstractFeatureObjectExtensionGroup(AbstractObjectType... values)
           
 AbstractContainerType withAbstractFeatureObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 AbstractContainerType withAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)
           
 AbstractContainerType withAbstractFeatureSimpleExtensionGroup(Collection<Object> values)
           
 AbstractContainerType withAbstractFeatureSimpleExtensionGroup(List<Object> value)
           
 AbstractContainerType withAbstractFeatureSimpleExtensionGroup(Object... values)
           
 AbstractContainerType withAbstractSnippetGroup(JAXBElement<?> value)
           
 AbstractContainerType withAbstractStyleSelectorGroup(Collection<JAXBElement<? extends AbstractStyleSelectorType>> values)
           
 AbstractContainerType withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType>... values)
           
 AbstractContainerType withAbstractStyleSelectorGroup(List<JAXBElement<? extends AbstractStyleSelectorType>> value)
           
 AbstractContainerType withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
           
 AbstractContainerType withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
           
 AbstractContainerType withAddress(String value)
           
 AbstractContainerType withAddressDetails(AddressDetails value)
           
 AbstractContainerType withAtomAuthor(org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct value)
           
 AbstractContainerType withAtomLink(org.hisrc.w3c.atom.v_1_0.Link value)
           
 AbstractContainerType withBalloonVisibility(Boolean value)
           
 AbstractContainerType withDescription(String value)
           
 AbstractContainerType withId(String value)
           
 AbstractContainerType withName(String value)
           
 AbstractContainerType withObjectSimpleExtensionGroup(Collection<Object> values)
           
 AbstractContainerType withObjectSimpleExtensionGroup(List<Object> value)
           
 AbstractContainerType withObjectSimpleExtensionGroup(Object... values)
           
 AbstractContainerType withOpen(Boolean value)
           
 AbstractContainerType withPhoneNumber(String value)
           
 AbstractContainerType withRegion(RegionType value)
           
 AbstractContainerType withStyleUrl(String value)
           
 AbstractContainerType withTargetId(String value)
           
 AbstractContainerType withVisibility(Boolean value)
           
 
Methods inherited from class net.opengis.kml.v_2_3.AbstractFeatureType
getAbstractExtendedDataGroup, getAbstractFeatureObjectExtensionGroup, getAbstractFeatureSimpleExtensionGroup, getAbstractSnippetGroup, getAbstractStyleSelectorGroup, getAbstractTimePrimitiveGroup, getAbstractViewGroup, getAddress, getAddressDetails, getAtomAuthor, getAtomLink, getDescription, getName, getPhoneNumber, getRegion, getStyleUrl, isBalloonVisibility, isOpen, isSetAbstractExtendedDataGroup, isSetAbstractFeatureObjectExtensionGroup, isSetAbstractFeatureSimpleExtensionGroup, isSetAbstractSnippetGroup, isSetAbstractStyleSelectorGroup, isSetAbstractTimePrimitiveGroup, isSetAbstractViewGroup, isSetAddress, isSetAddressDetails, isSetAtomAuthor, isSetAtomLink, isSetBalloonVisibility, isSetDescription, isSetName, isSetOpen, isSetPhoneNumber, isSetRegion, isSetStyleUrl, isSetVisibility, isVisibility, setAbstractExtendedDataGroup, setAbstractFeatureObjectExtensionGroup, setAbstractFeatureSimpleExtensionGroup, setAbstractSnippetGroup, setAbstractStyleSelectorGroup, setAbstractTimePrimitiveGroup, setAbstractViewGroup, setAddress, setAddressDetails, setAtomAuthor, setAtomLink, setBalloonVisibility, setDescription, setName, setOpen, setPhoneNumber, setRegion, setStyleUrl, setVisibility, unsetAbstractFeatureObjectExtensionGroup, unsetAbstractFeatureSimpleExtensionGroup, unsetAbstractStyleSelectorGroup
 
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

abstractContainerSimpleExtensionGroup

protected List<Object> abstractContainerSimpleExtensionGroup

abstractContainerObjectExtensionGroup

protected List<AbstractObjectType> abstractContainerObjectExtensionGroup
Constructor Detail

AbstractContainerType

public AbstractContainerType()
Method Detail

getAbstractContainerSimpleExtensionGroup

public List<Object> getAbstractContainerSimpleExtensionGroup()
Gets the value of the abstractContainerSimpleExtensionGroup property.

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 abstractContainerSimpleExtensionGroup property.

For example, to add a new item, do as follows:

    getAbstractContainerSimpleExtensionGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list Object


isSetAbstractContainerSimpleExtensionGroup

public boolean isSetAbstractContainerSimpleExtensionGroup()

unsetAbstractContainerSimpleExtensionGroup

public void unsetAbstractContainerSimpleExtensionGroup()

getAbstractContainerObjectExtensionGroup

public List<AbstractObjectType> getAbstractContainerObjectExtensionGroup()
Gets the value of the abstractContainerObjectExtensionGroup property.

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 abstractContainerObjectExtensionGroup property.

For example, to add a new item, do as follows:

    getAbstractContainerObjectExtensionGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list AbstractObjectType


isSetAbstractContainerObjectExtensionGroup

public boolean isSetAbstractContainerObjectExtensionGroup()

unsetAbstractContainerObjectExtensionGroup

public void unsetAbstractContainerObjectExtensionGroup()

toString

public String toString()
Overrides:
toString in class AbstractFeatureType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
append in class AbstractFeatureType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
appendFields in class AbstractFeatureType

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2
Overrides:
equals in class AbstractFeatureType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractFeatureType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
Overrides:
hashCode in class AbstractFeatureType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractFeatureType

clone

public Object clone()
Overrides:
clone in class AbstractFeatureType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractFeatureType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractFeatureType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractFeatureType

mergeFrom

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractFeatureType

setAbstractContainerSimpleExtensionGroup

public void setAbstractContainerSimpleExtensionGroup(List<Object> value)

setAbstractContainerObjectExtensionGroup

public void setAbstractContainerObjectExtensionGroup(List<AbstractObjectType> value)

withAbstractContainerSimpleExtensionGroup

public AbstractContainerType withAbstractContainerSimpleExtensionGroup(Object... values)

withAbstractContainerSimpleExtensionGroup

public AbstractContainerType withAbstractContainerSimpleExtensionGroup(Collection<Object> values)

withAbstractContainerObjectExtensionGroup

public AbstractContainerType withAbstractContainerObjectExtensionGroup(AbstractObjectType... values)

withAbstractContainerObjectExtensionGroup

public AbstractContainerType withAbstractContainerObjectExtensionGroup(Collection<AbstractObjectType> values)

withAbstractContainerSimpleExtensionGroup

public AbstractContainerType withAbstractContainerSimpleExtensionGroup(List<Object> value)

withAbstractContainerObjectExtensionGroup

public AbstractContainerType withAbstractContainerObjectExtensionGroup(List<AbstractObjectType> value)

withName

public AbstractContainerType withName(String value)
Overrides:
withName in class AbstractFeatureType

withVisibility

public AbstractContainerType withVisibility(Boolean value)
Overrides:
withVisibility in class AbstractFeatureType

withBalloonVisibility

public AbstractContainerType withBalloonVisibility(Boolean value)
Overrides:
withBalloonVisibility in class AbstractFeatureType

withOpen

public AbstractContainerType withOpen(Boolean value)
Overrides:
withOpen in class AbstractFeatureType

withAtomAuthor

public AbstractContainerType withAtomAuthor(org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct value)
Overrides:
withAtomAuthor in class AbstractFeatureType

withAtomLink

public AbstractContainerType withAtomLink(org.hisrc.w3c.atom.v_1_0.Link value)
Overrides:
withAtomLink in class AbstractFeatureType

withAddress

public AbstractContainerType withAddress(String value)
Overrides:
withAddress in class AbstractFeatureType

withAddressDetails

public AbstractContainerType withAddressDetails(AddressDetails value)
Overrides:
withAddressDetails in class AbstractFeatureType

withPhoneNumber

public AbstractContainerType withPhoneNumber(String value)
Overrides:
withPhoneNumber in class AbstractFeatureType

withAbstractSnippetGroup

public AbstractContainerType withAbstractSnippetGroup(JAXBElement<?> value)
Overrides:
withAbstractSnippetGroup in class AbstractFeatureType

withDescription

public AbstractContainerType withDescription(String value)
Overrides:
withDescription in class AbstractFeatureType

withAbstractViewGroup

public AbstractContainerType withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
Overrides:
withAbstractViewGroup in class AbstractFeatureType

withAbstractTimePrimitiveGroup

public AbstractContainerType withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
Overrides:
withAbstractTimePrimitiveGroup in class AbstractFeatureType

withStyleUrl

public AbstractContainerType withStyleUrl(String value)
Overrides:
withStyleUrl in class AbstractFeatureType

withAbstractStyleSelectorGroup

public AbstractContainerType withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType>... values)
Overrides:
withAbstractStyleSelectorGroup in class AbstractFeatureType

withAbstractStyleSelectorGroup

public AbstractContainerType withAbstractStyleSelectorGroup(Collection<JAXBElement<? extends AbstractStyleSelectorType>> values)
Overrides:
withAbstractStyleSelectorGroup in class AbstractFeatureType

withRegion

public AbstractContainerType withRegion(RegionType value)
Overrides:
withRegion in class AbstractFeatureType

withAbstractExtendedDataGroup

public AbstractContainerType withAbstractExtendedDataGroup(JAXBElement<?> value)
Overrides:
withAbstractExtendedDataGroup in class AbstractFeatureType

withAbstractFeatureSimpleExtensionGroup

public AbstractContainerType withAbstractFeatureSimpleExtensionGroup(Object... values)
Overrides:
withAbstractFeatureSimpleExtensionGroup in class AbstractFeatureType

withAbstractFeatureSimpleExtensionGroup

public AbstractContainerType withAbstractFeatureSimpleExtensionGroup(Collection<Object> values)
Overrides:
withAbstractFeatureSimpleExtensionGroup in class AbstractFeatureType

withAbstractFeatureObjectExtensionGroup

public AbstractContainerType withAbstractFeatureObjectExtensionGroup(AbstractObjectType... values)
Overrides:
withAbstractFeatureObjectExtensionGroup in class AbstractFeatureType

withAbstractFeatureObjectExtensionGroup

public AbstractContainerType withAbstractFeatureObjectExtensionGroup(Collection<AbstractObjectType> values)
Overrides:
withAbstractFeatureObjectExtensionGroup in class AbstractFeatureType

withAbstractStyleSelectorGroup

public AbstractContainerType withAbstractStyleSelectorGroup(List<JAXBElement<? extends AbstractStyleSelectorType>> value)
Overrides:
withAbstractStyleSelectorGroup in class AbstractFeatureType

withAbstractFeatureSimpleExtensionGroup

public AbstractContainerType withAbstractFeatureSimpleExtensionGroup(List<Object> value)
Overrides:
withAbstractFeatureSimpleExtensionGroup in class AbstractFeatureType

withAbstractFeatureObjectExtensionGroup

public AbstractContainerType withAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)
Overrides:
withAbstractFeatureObjectExtensionGroup in class AbstractFeatureType

withObjectSimpleExtensionGroup

public AbstractContainerType withObjectSimpleExtensionGroup(Object... values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractFeatureType

withObjectSimpleExtensionGroup

public AbstractContainerType withObjectSimpleExtensionGroup(Collection<Object> values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractFeatureType

withId

public AbstractContainerType withId(String value)
Overrides:
withId in class AbstractFeatureType

withTargetId

public AbstractContainerType withTargetId(String value)
Overrides:
withTargetId in class AbstractFeatureType

withObjectSimpleExtensionGroup

public AbstractContainerType withObjectSimpleExtensionGroup(List<Object> value)
Overrides:
withObjectSimpleExtensionGroup in class AbstractFeatureType


Copyright © 2008-2015. All Rights Reserved.