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

Uses of PairType in net.opengis.kml.v_2_3
 

Fields in net.opengis.kml.v_2_3 with type parameters of type PairType
protected  List<PairType> StyleMapType.pair
           
 

Methods in net.opengis.kml.v_2_3 that return PairType
 PairType ObjectFactory.createPairType()
          Create an instance of PairType
 PairType PairType.withAbstractKey(JAXBElement<?> value)
           
 PairType PairType.withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType> value)
           
 PairType PairType.withId(String value)
           
 PairType PairType.withObjectSimpleExtensionGroup(Collection<Object> values)
           
 PairType PairType.withObjectSimpleExtensionGroup(List<Object> value)
           
 PairType PairType.withObjectSimpleExtensionGroup(Object... values)
           
 PairType PairType.withPairObjectExtensionGroup(AbstractObjectType... values)
           
 PairType PairType.withPairObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 PairType PairType.withPairObjectExtensionGroup(List<AbstractObjectType> value)
           
 PairType PairType.withPairSimpleExtensionGroup(Collection<Object> values)
           
 PairType PairType.withPairSimpleExtensionGroup(List<Object> value)
           
 PairType PairType.withPairSimpleExtensionGroup(Object... values)
           
 PairType PairType.withStyleUrl(String value)
           
 PairType PairType.withTargetId(String value)
           
 

Methods in net.opengis.kml.v_2_3 that return types with arguments of type PairType
 JAXBElement<PairType> ObjectFactory.createPair(PairType value)
          Create an instance of JAXBElement<PairType>}
 List<PairType> StyleMapType.getPair()
          Gets the value of the pair property.
 

Methods in net.opengis.kml.v_2_3 with parameters of type PairType
 JAXBElement<PairType> ObjectFactory.createPair(PairType value)
          Create an instance of JAXBElement<PairType>}
 StyleMapType StyleMapType.withPair(PairType... values)
           
 

Method parameters in net.opengis.kml.v_2_3 with type arguments of type PairType
 void StyleMapType.setPair(List<PairType> value)
           
 StyleMapType StyleMapType.withPair(Collection<PairType> values)
           
 StyleMapType StyleMapType.withPair(List<PairType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.