net.opengis.kml.v_2_3
Class StyleMapType

java.lang.Object
  extended by net.opengis.kml.v_2_3.AbstractObjectType
      extended by net.opengis.kml.v_2_3.AbstractStyleSelectorType
          extended by net.opengis.kml.v_2_3.StyleMapType
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

public class StyleMapType
extends AbstractStyleSelectorType
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 StyleMapType complex type.

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

 <complexType name="StyleMapType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractStyleSelectorType">
       <all>
         <element ref="{http://www.opengis.net/kml/2.2}Pair" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}StyleMapSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}StyleMapObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </all>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<PairType> pair
           
protected  List<AbstractObjectType> styleMapObjectExtensionGroup
           
protected  List<Object> styleMapSimpleExtensionGroup
           
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractStyleSelectorType
abstractStyleSelectorObjectExtensionGroup, abstractStyleSelectorSimpleExtensionGroup
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
StyleMapType()
           
 
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)
           
 Object createNewInstance()
           
 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<PairType> getPair()
          Gets the value of the pair property.
 List<AbstractObjectType> getStyleMapObjectExtensionGroup()
          Gets the value of the styleMapObjectExtensionGroup property.
 List<Object> getStyleMapSimpleExtensionGroup()
          Gets the value of the styleMapSimpleExtensionGroup property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetPair()
           
 boolean isSetStyleMapObjectExtensionGroup()
           
 boolean isSetStyleMapSimpleExtensionGroup()
           
 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 setPair(List<PairType> value)
           
 void setStyleMapObjectExtensionGroup(List<AbstractObjectType> value)
           
 void setStyleMapSimpleExtensionGroup(List<Object> value)
           
 String toString()
           
 void unsetPair()
           
 void unsetStyleMapObjectExtensionGroup()
           
 void unsetStyleMapSimpleExtensionGroup()
           
 StyleMapType withAbstractStyleSelectorObjectExtensionGroup(AbstractObjectType... values)
           
 StyleMapType withAbstractStyleSelectorObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 StyleMapType withAbstractStyleSelectorObjectExtensionGroup(List<AbstractObjectType> value)
           
 StyleMapType withAbstractStyleSelectorSimpleExtensionGroup(Collection<Object> values)
           
 StyleMapType withAbstractStyleSelectorSimpleExtensionGroup(List<Object> value)
           
 StyleMapType withAbstractStyleSelectorSimpleExtensionGroup(Object... values)
           
 StyleMapType withId(String value)
           
 StyleMapType withObjectSimpleExtensionGroup(Collection<Object> values)
           
 StyleMapType withObjectSimpleExtensionGroup(List<Object> value)
           
 StyleMapType withObjectSimpleExtensionGroup(Object... values)
           
 StyleMapType withPair(Collection<PairType> values)
           
 StyleMapType withPair(List<PairType> value)
           
 StyleMapType withPair(PairType... values)
           
 StyleMapType withStyleMapObjectExtensionGroup(AbstractObjectType... values)
           
 StyleMapType withStyleMapObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 StyleMapType withStyleMapObjectExtensionGroup(List<AbstractObjectType> value)
           
 StyleMapType withStyleMapSimpleExtensionGroup(Collection<Object> values)
           
 StyleMapType withStyleMapSimpleExtensionGroup(List<Object> value)
           
 StyleMapType withStyleMapSimpleExtensionGroup(Object... values)
           
 StyleMapType withTargetId(String value)
           
 
Methods inherited from class net.opengis.kml.v_2_3.AbstractStyleSelectorType
getAbstractStyleSelectorObjectExtensionGroup, getAbstractStyleSelectorSimpleExtensionGroup, isSetAbstractStyleSelectorObjectExtensionGroup, isSetAbstractStyleSelectorSimpleExtensionGroup, setAbstractStyleSelectorObjectExtensionGroup, setAbstractStyleSelectorSimpleExtensionGroup, unsetAbstractStyleSelectorObjectExtensionGroup, unsetAbstractStyleSelectorSimpleExtensionGroup
 
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

pair

protected List<PairType> pair

styleMapSimpleExtensionGroup

protected List<Object> styleMapSimpleExtensionGroup

styleMapObjectExtensionGroup

protected List<AbstractObjectType> styleMapObjectExtensionGroup
Constructor Detail

StyleMapType

public StyleMapType()
Method Detail

getPair

public List<PairType> getPair()
Gets the value of the pair 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 pair property.

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

    getPair().add(newItem);
 

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


isSetPair

public boolean isSetPair()

unsetPair

public void unsetPair()

getStyleMapSimpleExtensionGroup

public List<Object> getStyleMapSimpleExtensionGroup()
Gets the value of the styleMapSimpleExtensionGroup 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 styleMapSimpleExtensionGroup property.

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

    getStyleMapSimpleExtensionGroup().add(newItem);
 

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


isSetStyleMapSimpleExtensionGroup

public boolean isSetStyleMapSimpleExtensionGroup()

unsetStyleMapSimpleExtensionGroup

public void unsetStyleMapSimpleExtensionGroup()

getStyleMapObjectExtensionGroup

public List<AbstractObjectType> getStyleMapObjectExtensionGroup()
Gets the value of the styleMapObjectExtensionGroup 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 styleMapObjectExtensionGroup property.

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

    getStyleMapObjectExtensionGroup().add(newItem);
 

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


isSetStyleMapObjectExtensionGroup

public boolean isSetStyleMapObjectExtensionGroup()

unsetStyleMapObjectExtensionGroup

public void unsetStyleMapObjectExtensionGroup()

toString

public String toString()
Overrides:
toString in class AbstractStyleSelectorType

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 AbstractStyleSelectorType

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 AbstractStyleSelectorType

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 AbstractStyleSelectorType

equals

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

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 AbstractStyleSelectorType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractStyleSelectorType

clone

public Object clone()
Overrides:
clone in class AbstractStyleSelectorType

copyTo

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

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 AbstractStyleSelectorType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

mergeFrom

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

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 AbstractStyleSelectorType

setPair

public void setPair(List<PairType> value)

setStyleMapSimpleExtensionGroup

public void setStyleMapSimpleExtensionGroup(List<Object> value)

setStyleMapObjectExtensionGroup

public void setStyleMapObjectExtensionGroup(List<AbstractObjectType> value)

withPair

public StyleMapType withPair(PairType... values)

withPair

public StyleMapType withPair(Collection<PairType> values)

withStyleMapSimpleExtensionGroup

public StyleMapType withStyleMapSimpleExtensionGroup(Object... values)

withStyleMapSimpleExtensionGroup

public StyleMapType withStyleMapSimpleExtensionGroup(Collection<Object> values)

withStyleMapObjectExtensionGroup

public StyleMapType withStyleMapObjectExtensionGroup(AbstractObjectType... values)

withStyleMapObjectExtensionGroup

public StyleMapType withStyleMapObjectExtensionGroup(Collection<AbstractObjectType> values)

withPair

public StyleMapType withPair(List<PairType> value)

withStyleMapSimpleExtensionGroup

public StyleMapType withStyleMapSimpleExtensionGroup(List<Object> value)

withStyleMapObjectExtensionGroup

public StyleMapType withStyleMapObjectExtensionGroup(List<AbstractObjectType> value)

withAbstractStyleSelectorSimpleExtensionGroup

public StyleMapType withAbstractStyleSelectorSimpleExtensionGroup(Object... values)
Overrides:
withAbstractStyleSelectorSimpleExtensionGroup in class AbstractStyleSelectorType

withAbstractStyleSelectorSimpleExtensionGroup

public StyleMapType withAbstractStyleSelectorSimpleExtensionGroup(Collection<Object> values)
Overrides:
withAbstractStyleSelectorSimpleExtensionGroup in class AbstractStyleSelectorType

withAbstractStyleSelectorObjectExtensionGroup

public StyleMapType withAbstractStyleSelectorObjectExtensionGroup(AbstractObjectType... values)
Overrides:
withAbstractStyleSelectorObjectExtensionGroup in class AbstractStyleSelectorType

withAbstractStyleSelectorObjectExtensionGroup

public StyleMapType withAbstractStyleSelectorObjectExtensionGroup(Collection<AbstractObjectType> values)
Overrides:
withAbstractStyleSelectorObjectExtensionGroup in class AbstractStyleSelectorType

withAbstractStyleSelectorSimpleExtensionGroup

public StyleMapType withAbstractStyleSelectorSimpleExtensionGroup(List<Object> value)
Overrides:
withAbstractStyleSelectorSimpleExtensionGroup in class AbstractStyleSelectorType

withAbstractStyleSelectorObjectExtensionGroup

public StyleMapType withAbstractStyleSelectorObjectExtensionGroup(List<AbstractObjectType> value)
Overrides:
withAbstractStyleSelectorObjectExtensionGroup in class AbstractStyleSelectorType

withObjectSimpleExtensionGroup

public StyleMapType withObjectSimpleExtensionGroup(Object... values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractStyleSelectorType

withObjectSimpleExtensionGroup

public StyleMapType withObjectSimpleExtensionGroup(Collection<Object> values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractStyleSelectorType

withId

public StyleMapType withId(String value)
Overrides:
withId in class AbstractStyleSelectorType

withTargetId

public StyleMapType withTargetId(String value)
Overrides:
withTargetId in class AbstractStyleSelectorType

withObjectSimpleExtensionGroup

public StyleMapType withObjectSimpleExtensionGroup(List<Object> value)
Overrides:
withObjectSimpleExtensionGroup in class AbstractStyleSelectorType


Copyright © 2008-2016. All Rights Reserved.