|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.kml.v_2_3.AbstractObjectType
net.opengis.kml.v_2_3.PairType
public class PairType
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 |
|---|
protected JAXBElement<?> abstractKey
protected String styleUrl
protected JAXBElement<? extends AbstractStyleSelectorType> abstractStyleSelectorGroup
protected List<Object> pairSimpleExtensionGroup
protected List<AbstractObjectType> pairObjectExtensionGroup
| Constructor Detail |
|---|
public PairType()
| Method Detail |
|---|
public JAXBElement<?> getAbstractKey()
JAXBElement<StyleStateEnumType>
JAXBElement<String>public void setAbstractKey(JAXBElement<?> value)
value - allowed object is
JAXBElement<StyleStateEnumType>
JAXBElement<String>public boolean isSetAbstractKey()
public String getStyleUrl()
Stringpublic void setStyleUrl(String value)
value - allowed object is
Stringpublic boolean isSetStyleUrl()
public JAXBElement<? extends AbstractStyleSelectorType> getAbstractStyleSelectorGroup()
JAXBElement<StyleMapType>
JAXBElement<AbstractStyleSelectorType>
JAXBElement<StyleType>public void setAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType> value)
value - allowed object is
JAXBElement<StyleMapType>
JAXBElement<AbstractStyleSelectorType>
JAXBElement<StyleType>public boolean isSetAbstractStyleSelectorGroup()
public List<Object> getPairSimpleExtensionGroup()
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
public boolean isSetPairSimpleExtensionGroup()
public void unsetPairSimpleExtensionGroup()
public List<AbstractObjectType> getPairObjectExtensionGroup()
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
public boolean isSetPairObjectExtensionGroup()
public void unsetPairObjectExtensionGroup()
public String toString()
toString in class AbstractObjectType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractObjectType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractObjectType
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractObjectTypepublic boolean equals(Object object)
equals in class AbstractObjectType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractObjectTypepublic int hashCode()
hashCode in class AbstractObjectTypepublic Object clone()
clone in class AbstractObjectTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractObjectType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractObjectTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractObjectType
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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractObjectTypepublic void setPairSimpleExtensionGroup(List<Object> value)
public void setPairObjectExtensionGroup(List<AbstractObjectType> value)
public PairType withAbstractKey(JAXBElement<?> value)
public PairType withStyleUrl(String value)
public PairType withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType> value)
public PairType withPairSimpleExtensionGroup(Object... values)
public PairType withPairSimpleExtensionGroup(Collection<Object> values)
public PairType withPairObjectExtensionGroup(AbstractObjectType... values)
public PairType withPairObjectExtensionGroup(Collection<AbstractObjectType> values)
public PairType withPairSimpleExtensionGroup(List<Object> value)
public PairType withPairObjectExtensionGroup(List<AbstractObjectType> value)
public PairType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractObjectTypepublic PairType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractObjectTypepublic PairType withId(String value)
withId in class AbstractObjectTypepublic PairType withTargetId(String value)
withTargetId in class AbstractObjectTypepublic PairType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractObjectType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||