Uses of Class
net.opengis.kml.v_2_3.AbstractContainerType

Uses of AbstractContainerType in net.opengis.kml.v_2_3
 

Subclasses of AbstractContainerType in net.opengis.kml.v_2_3
 class DocumentType
          Java class for DocumentType complex type.
 class FolderType
          Java class for FolderType complex type.
 

Fields in net.opengis.kml.v_2_3 with type parameters of type AbstractContainerType
protected  List<JAXBElement<? extends AbstractContainerType>> CreateType.abstractContainerGroup
           
 

Methods in net.opengis.kml.v_2_3 that return AbstractContainerType
 AbstractContainerType AbstractContainerType.withAbstractContainerObjectExtensionGroup(AbstractObjectType... values)
           
 AbstractContainerType AbstractContainerType.withAbstractContainerObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 AbstractContainerType AbstractContainerType.withAbstractContainerObjectExtensionGroup(List<AbstractObjectType> value)
           
 AbstractContainerType AbstractContainerType.withAbstractContainerSimpleExtensionGroup(Collection<Object> values)
           
 AbstractContainerType AbstractContainerType.withAbstractContainerSimpleExtensionGroup(List<Object> value)
           
 AbstractContainerType AbstractContainerType.withAbstractContainerSimpleExtensionGroup(Object... values)
           
 AbstractContainerType AbstractContainerType.withAbstractExtendedDataGroup(JAXBElement<?> value)
           
 AbstractContainerType AbstractContainerType.withAbstractFeatureObjectExtensionGroup(AbstractObjectType... values)
           
 AbstractContainerType AbstractContainerType.withAbstractFeatureObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 AbstractContainerType AbstractContainerType.withAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)
           
 AbstractContainerType AbstractContainerType.withAbstractFeatureSimpleExtensionGroup(Collection<Object> values)
           
 AbstractContainerType AbstractContainerType.withAbstractFeatureSimpleExtensionGroup(List<Object> value)
           
 AbstractContainerType AbstractContainerType.withAbstractFeatureSimpleExtensionGroup(Object... values)
           
 AbstractContainerType AbstractContainerType.withAbstractSnippetGroup(JAXBElement<?> value)
           
 AbstractContainerType AbstractContainerType.withAbstractStyleSelectorGroup(Collection<JAXBElement<? extends AbstractStyleSelectorType>> values)
           
 AbstractContainerType AbstractContainerType.withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType>... values)
           
 AbstractContainerType AbstractContainerType.withAbstractStyleSelectorGroup(List<JAXBElement<? extends AbstractStyleSelectorType>> value)
           
 AbstractContainerType AbstractContainerType.withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
           
 AbstractContainerType AbstractContainerType.withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
           
 AbstractContainerType AbstractContainerType.withAddress(String value)
           
 AbstractContainerType AbstractContainerType.withAddressDetails(AddressDetails value)
           
 AbstractContainerType AbstractContainerType.withAtomAuthor(org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct value)
           
 AbstractContainerType AbstractContainerType.withAtomLink(org.hisrc.w3c.atom.v_1_0.Link value)
           
 AbstractContainerType AbstractContainerType.withBalloonVisibility(Boolean value)
           
 AbstractContainerType AbstractContainerType.withDescription(String value)
           
 AbstractContainerType AbstractContainerType.withId(String value)
           
 AbstractContainerType AbstractContainerType.withName(String value)
           
 AbstractContainerType AbstractContainerType.withObjectSimpleExtensionGroup(Collection<Object> values)
           
 AbstractContainerType AbstractContainerType.withObjectSimpleExtensionGroup(List<Object> value)
           
 AbstractContainerType AbstractContainerType.withObjectSimpleExtensionGroup(Object... values)
           
 AbstractContainerType AbstractContainerType.withOpen(Boolean value)
           
 AbstractContainerType AbstractContainerType.withPhoneNumber(String value)
           
 AbstractContainerType AbstractContainerType.withRegion(RegionType value)
           
 AbstractContainerType AbstractContainerType.withStyleUrl(String value)
           
 AbstractContainerType AbstractContainerType.withTargetId(String value)
           
 AbstractContainerType AbstractContainerType.withVisibility(Boolean value)
           
 

Methods in net.opengis.kml.v_2_3 that return types with arguments of type AbstractContainerType
 JAXBElement<AbstractContainerType> ObjectFactory.createAbstractContainerGroup(AbstractContainerType value)
          Create an instance of JAXBElement<AbstractContainerType>}
 List<JAXBElement<? extends AbstractContainerType>> CreateType.getAbstractContainerGroup()
          Gets the value of the abstractContainerGroup property.
 

Methods in net.opengis.kml.v_2_3 with parameters of type AbstractContainerType
 JAXBElement<AbstractContainerType> ObjectFactory.createAbstractContainerGroup(AbstractContainerType value)
          Create an instance of JAXBElement<AbstractContainerType>}
 

Method parameters in net.opengis.kml.v_2_3 with type arguments of type AbstractContainerType
 void CreateType.setAbstractContainerGroup(List<JAXBElement<? extends AbstractContainerType>> value)
           
 CreateType CreateType.withAbstractContainerGroup(Collection<JAXBElement<? extends AbstractContainerType>> values)
           
 CreateType CreateType.withAbstractContainerGroup(List<JAXBElement<? extends AbstractContainerType>> value)
           
 



Copyright © 2008-2016. All Rights Reserved.