net.opengis.kml.v_2_3
Class PairType

java.lang.Object
  extended by net.opengis.kml.v_2_3.AbstractObjectType
      extended by net.opengis.kml.v_2_3.PairType
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 PairType
extends AbstractObjectType
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 PairType complex type.

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

 <complexType name="PairType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
       <all>
         <element ref="{http://www.opengis.net/kml/2.2}abstractKey" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}styleUrl" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractStyleSelectorGroup" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}PairSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}PairObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </all>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<?> abstractKey
           
protected  JAXBElement<? extends AbstractStyleSelectorType> abstractStyleSelectorGroup
           
protected  List<AbstractObjectType> pairObjectExtensionGroup
           
protected  List<Object> pairSimpleExtensionGroup
           
protected  String styleUrl
           
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
PairType()
           
 
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)
           
 JAXBElement<?> getAbstractKey()
          Gets the value of the abstractKey property.
 JAXBElement<? extends AbstractStyleSelectorType> getAbstractStyleSelectorGroup()
          Gets the value of the abstractStyleSelectorGroup property.
 List<AbstractObjectType> getPairObjectExtensionGroup()
          Gets the value of the pairObjectExtensionGroup property.
 List<Object> getPairSimpleExtensionGroup()
          Gets the value of the pairSimpleExtensionGroup property.
 String getStyleUrl()
          Gets the value of the styleUrl property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetAbstractKey()
           
 boolean isSetAbstractStyleSelectorGroup()
           
 boolean isSetPairObjectExtensionGroup()
           
 boolean isSetPairSimpleExtensionGroup()
           
 boolean isSetStyleUrl()
           
 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 setAbstractKey(JAXBElement<?> value)
          Sets the value of the abstractKey property.
 void setAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType> value)
          Sets the value of the abstractStyleSelectorGroup property.
 void setPairObjectExtensionGroup(List<AbstractObjectType> value)
           
 void setPairSimpleExtensionGroup(List<Object> value)
           
 void setStyleUrl(String value)
          Sets the value of the styleUrl property.
 String toString()
           
 void unsetPairObjectExtensionGroup()
           
 void unsetPairSimpleExtensionGroup()
           
 PairType withAbstractKey(JAXBElement<?> value)
           
 PairType withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType> value)
           
 PairType withId(String value)
           
 PairType withObjectSimpleExtensionGroup(Collection<Object> values)
           
 PairType withObjectSimpleExtensionGroup(List<Object> value)
           
 PairType withObjectSimpleExtensionGroup(Object... values)
           
 PairType withPairObjectExtensionGroup(AbstractObjectType... values)
           
 PairType withPairObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 PairType withPairObjectExtensionGroup(List<AbstractObjectType> value)
           
 PairType withPairSimpleExtensionGroup(Collection<Object> values)
           
 PairType withPairSimpleExtensionGroup(List<Object> value)
           
 PairType withPairSimpleExtensionGroup(Object... values)
           
 PairType withStyleUrl(String value)
           
 PairType withTargetId(String value)
           
 
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

abstractKey

protected JAXBElement<?> abstractKey

styleUrl

protected String styleUrl

abstractStyleSelectorGroup

protected JAXBElement<? extends AbstractStyleSelectorType> abstractStyleSelectorGroup

pairSimpleExtensionGroup

protected List<Object> pairSimpleExtensionGroup

pairObjectExtensionGroup

protected List<AbstractObjectType> pairObjectExtensionGroup
Constructor Detail

PairType

public PairType()
Method Detail

getAbstractKey

public JAXBElement<?> getAbstractKey()
Gets the value of the abstractKey property.

Returns:
possible object is JAXBElement<StyleStateEnumType> JAXBElement<String>

setAbstractKey

public void setAbstractKey(JAXBElement<?> value)
Sets the value of the abstractKey property.

Parameters:
value - allowed object is JAXBElement<StyleStateEnumType> JAXBElement<String>

isSetAbstractKey

public boolean isSetAbstractKey()

getStyleUrl

public String getStyleUrl()
Gets the value of the styleUrl property.

Returns:
possible object is String

setStyleUrl

public void setStyleUrl(String value)
Sets the value of the styleUrl property.

Parameters:
value - allowed object is String

isSetStyleUrl

public boolean isSetStyleUrl()

getAbstractStyleSelectorGroup

public JAXBElement<? extends AbstractStyleSelectorType> getAbstractStyleSelectorGroup()
Gets the value of the abstractStyleSelectorGroup property.

Returns:
possible object is JAXBElement<AbstractStyleSelectorType> JAXBElement<StyleMapType> JAXBElement<StyleType>

setAbstractStyleSelectorGroup

public void setAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType> value)
Sets the value of the abstractStyleSelectorGroup property.

Parameters:
value - allowed object is JAXBElement<AbstractStyleSelectorType> JAXBElement<StyleMapType> JAXBElement<StyleType>

isSetAbstractStyleSelectorGroup

public boolean isSetAbstractStyleSelectorGroup()

getPairSimpleExtensionGroup

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

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

    getPairSimpleExtensionGroup().add(newItem);
 

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


isSetPairSimpleExtensionGroup

public boolean isSetPairSimpleExtensionGroup()

unsetPairSimpleExtensionGroup

public void unsetPairSimpleExtensionGroup()

getPairObjectExtensionGroup

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

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

    getPairObjectExtensionGroup().add(newItem);
 

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


isSetPairObjectExtensionGroup

public boolean isSetPairObjectExtensionGroup()

unsetPairObjectExtensionGroup

public void unsetPairObjectExtensionGroup()

toString

public String toString()
Overrides:
toString in class AbstractObjectType

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 AbstractObjectType

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 AbstractObjectType

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 AbstractObjectType

equals

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

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 AbstractObjectType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractObjectType

clone

public Object clone()
Overrides:
clone in class AbstractObjectType

copyTo

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

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 AbstractObjectType

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 AbstractObjectType

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 AbstractObjectType

setPairSimpleExtensionGroup

public void setPairSimpleExtensionGroup(List<Object> value)

setPairObjectExtensionGroup

public void setPairObjectExtensionGroup(List<AbstractObjectType> value)

withAbstractKey

public PairType withAbstractKey(JAXBElement<?> value)

withStyleUrl

public PairType withStyleUrl(String value)

withAbstractStyleSelectorGroup

public PairType withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType> value)

withPairSimpleExtensionGroup

public PairType withPairSimpleExtensionGroup(Object... values)

withPairSimpleExtensionGroup

public PairType withPairSimpleExtensionGroup(Collection<Object> values)

withPairObjectExtensionGroup

public PairType withPairObjectExtensionGroup(AbstractObjectType... values)

withPairObjectExtensionGroup

public PairType withPairObjectExtensionGroup(Collection<AbstractObjectType> values)

withPairSimpleExtensionGroup

public PairType withPairSimpleExtensionGroup(List<Object> value)

withPairObjectExtensionGroup

public PairType withPairObjectExtensionGroup(List<AbstractObjectType> value)

withObjectSimpleExtensionGroup

public PairType withObjectSimpleExtensionGroup(Object... values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractObjectType

withObjectSimpleExtensionGroup

public PairType withObjectSimpleExtensionGroup(Collection<Object> values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractObjectType

withId

public PairType withId(String value)
Overrides:
withId in class AbstractObjectType

withTargetId

public PairType withTargetId(String value)
Overrides:
withTargetId in class AbstractObjectType

withObjectSimpleExtensionGroup

public PairType withObjectSimpleExtensionGroup(List<Object> value)
Overrides:
withObjectSimpleExtensionGroup in class AbstractObjectType


Copyright © 2008-2016. All Rights Reserved.