|
|||||||||
| 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.BasicLinkType
net.opengis.kml.v_2_3.LinkType
public class LinkType
Java class for LinkType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinkType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}BasicLinkType">
<all>
<element ref="{http://www.opengis.net/kml/2.2}abstractRefreshMode" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}refreshInterval" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}abstractViewRefreshMode" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}viewRefreshTime" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}viewBoundScale" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}viewFormat" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}httpQuery" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}LinkSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}LinkObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</all>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<?> |
abstractRefreshMode
|
protected JAXBElement<?> |
abstractViewRefreshMode
|
protected String |
httpQuery
|
protected List<AbstractObjectType> |
linkObjectExtensionGroup
|
protected List<Object> |
linkSimpleExtensionGroup
|
protected Double |
refreshInterval
|
protected Double |
viewBoundScale
|
protected String |
viewFormat
|
protected Double |
viewRefreshTime
|
| Fields inherited from class net.opengis.kml.v_2_3.BasicLinkType |
|---|
basicLinkObjectExtensionGroup, basicLinkSimpleExtensionGroup, href |
| Fields inherited from class net.opengis.kml.v_2_3.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
LinkType()
|
|
| 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<?> |
getAbstractRefreshMode()
Gets the value of the abstractRefreshMode property. |
JAXBElement<?> |
getAbstractViewRefreshMode()
Gets the value of the abstractViewRefreshMode property. |
String |
getHttpQuery()
Gets the value of the httpQuery property. |
List<AbstractObjectType> |
getLinkObjectExtensionGroup()
Gets the value of the linkObjectExtensionGroup property. |
List<Object> |
getLinkSimpleExtensionGroup()
Gets the value of the linkSimpleExtensionGroup property. |
Double |
getRefreshInterval()
Gets the value of the refreshInterval property. |
Double |
getViewBoundScale()
Gets the value of the viewBoundScale property. |
String |
getViewFormat()
Gets the value of the viewFormat property. |
Double |
getViewRefreshTime()
Gets the value of the viewRefreshTime property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetAbstractRefreshMode()
|
boolean |
isSetAbstractViewRefreshMode()
|
boolean |
isSetHttpQuery()
|
boolean |
isSetLinkObjectExtensionGroup()
|
boolean |
isSetLinkSimpleExtensionGroup()
|
boolean |
isSetRefreshInterval()
|
boolean |
isSetViewBoundScale()
|
boolean |
isSetViewFormat()
|
boolean |
isSetViewRefreshTime()
|
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 |
setAbstractRefreshMode(JAXBElement<?> value)
Sets the value of the abstractRefreshMode property. |
void |
setAbstractViewRefreshMode(JAXBElement<?> value)
Sets the value of the abstractViewRefreshMode property. |
void |
setHttpQuery(String value)
Sets the value of the httpQuery property. |
void |
setLinkObjectExtensionGroup(List<AbstractObjectType> value)
|
void |
setLinkSimpleExtensionGroup(List<Object> value)
|
void |
setRefreshInterval(Double value)
Sets the value of the refreshInterval property. |
void |
setViewBoundScale(Double value)
Sets the value of the viewBoundScale property. |
void |
setViewFormat(String value)
Sets the value of the viewFormat property. |
void |
setViewRefreshTime(Double value)
Sets the value of the viewRefreshTime property. |
String |
toString()
|
void |
unsetLinkObjectExtensionGroup()
|
void |
unsetLinkSimpleExtensionGroup()
|
LinkType |
withAbstractRefreshMode(JAXBElement<?> value)
|
LinkType |
withAbstractViewRefreshMode(JAXBElement<?> value)
|
LinkType |
withBasicLinkObjectExtensionGroup(AbstractObjectType... values)
|
LinkType |
withBasicLinkObjectExtensionGroup(Collection<AbstractObjectType> values)
|
LinkType |
withBasicLinkObjectExtensionGroup(List<AbstractObjectType> value)
|
LinkType |
withBasicLinkSimpleExtensionGroup(Collection<Object> values)
|
LinkType |
withBasicLinkSimpleExtensionGroup(List<Object> value)
|
LinkType |
withBasicLinkSimpleExtensionGroup(Object... values)
|
LinkType |
withHref(String value)
|
LinkType |
withHttpQuery(String value)
|
LinkType |
withId(String value)
|
LinkType |
withLinkObjectExtensionGroup(AbstractObjectType... values)
|
LinkType |
withLinkObjectExtensionGroup(Collection<AbstractObjectType> values)
|
LinkType |
withLinkObjectExtensionGroup(List<AbstractObjectType> value)
|
LinkType |
withLinkSimpleExtensionGroup(Collection<Object> values)
|
LinkType |
withLinkSimpleExtensionGroup(List<Object> value)
|
LinkType |
withLinkSimpleExtensionGroup(Object... values)
|
LinkType |
withObjectSimpleExtensionGroup(Collection<Object> values)
|
LinkType |
withObjectSimpleExtensionGroup(List<Object> value)
|
LinkType |
withObjectSimpleExtensionGroup(Object... values)
|
LinkType |
withRefreshInterval(Double value)
|
LinkType |
withTargetId(String value)
|
LinkType |
withViewBoundScale(Double value)
|
LinkType |
withViewFormat(String value)
|
LinkType |
withViewRefreshTime(Double 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<?> abstractRefreshMode
protected Double refreshInterval
protected JAXBElement<?> abstractViewRefreshMode
protected Double viewRefreshTime
protected Double viewBoundScale
protected String viewFormat
protected String httpQuery
protected List<Object> linkSimpleExtensionGroup
protected List<AbstractObjectType> linkObjectExtensionGroup
| Constructor Detail |
|---|
public LinkType()
| Method Detail |
|---|
public JAXBElement<?> getAbstractRefreshMode()
JAXBElement<RefreshModeEnumType>
JAXBElement<String>public void setAbstractRefreshMode(JAXBElement<?> value)
value - allowed object is
JAXBElement<RefreshModeEnumType>
JAXBElement<String>public boolean isSetAbstractRefreshMode()
public Double getRefreshInterval()
Doublepublic void setRefreshInterval(Double value)
value - allowed object is
Doublepublic boolean isSetRefreshInterval()
public JAXBElement<?> getAbstractViewRefreshMode()
JAXBElement<String>
JAXBElement<ViewRefreshModeEnumType>public void setAbstractViewRefreshMode(JAXBElement<?> value)
value - allowed object is
JAXBElement<String>
JAXBElement<ViewRefreshModeEnumType>public boolean isSetAbstractViewRefreshMode()
public Double getViewRefreshTime()
Doublepublic void setViewRefreshTime(Double value)
value - allowed object is
Doublepublic boolean isSetViewRefreshTime()
public Double getViewBoundScale()
Doublepublic void setViewBoundScale(Double value)
value - allowed object is
Doublepublic boolean isSetViewBoundScale()
public String getViewFormat()
Stringpublic void setViewFormat(String value)
value - allowed object is
Stringpublic boolean isSetViewFormat()
public String getHttpQuery()
Stringpublic void setHttpQuery(String value)
value - allowed object is
Stringpublic boolean isSetHttpQuery()
public List<Object> getLinkSimpleExtensionGroup()
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 linkSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getLinkSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetLinkSimpleExtensionGroup()
public void unsetLinkSimpleExtensionGroup()
public List<AbstractObjectType> getLinkObjectExtensionGroup()
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 linkObjectExtensionGroup property.
For example, to add a new item, do as follows:
getLinkObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetLinkObjectExtensionGroup()
public void unsetLinkObjectExtensionGroup()
public String toString()
toString in class BasicLinkType
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 BasicLinkType
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 BasicLinkType
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 BasicLinkTypepublic boolean equals(Object object)
equals in class BasicLinkType
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 BasicLinkTypepublic int hashCode()
hashCode in class BasicLinkTypepublic Object clone()
clone in class BasicLinkTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class BasicLinkType
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 BasicLinkTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class BasicLinkType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class BasicLinkType
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 BasicLinkTypepublic void setLinkSimpleExtensionGroup(List<Object> value)
public void setLinkObjectExtensionGroup(List<AbstractObjectType> value)
public LinkType withAbstractRefreshMode(JAXBElement<?> value)
public LinkType withRefreshInterval(Double value)
public LinkType withAbstractViewRefreshMode(JAXBElement<?> value)
public LinkType withViewRefreshTime(Double value)
public LinkType withViewBoundScale(Double value)
public LinkType withViewFormat(String value)
public LinkType withHttpQuery(String value)
public LinkType withLinkSimpleExtensionGroup(Object... values)
public LinkType withLinkSimpleExtensionGroup(Collection<Object> values)
public LinkType withLinkObjectExtensionGroup(AbstractObjectType... values)
public LinkType withLinkObjectExtensionGroup(Collection<AbstractObjectType> values)
public LinkType withLinkSimpleExtensionGroup(List<Object> value)
public LinkType withLinkObjectExtensionGroup(List<AbstractObjectType> value)
public LinkType withHref(String value)
withHref in class BasicLinkTypepublic LinkType withBasicLinkSimpleExtensionGroup(Object... values)
withBasicLinkSimpleExtensionGroup in class BasicLinkTypepublic LinkType withBasicLinkSimpleExtensionGroup(Collection<Object> values)
withBasicLinkSimpleExtensionGroup in class BasicLinkTypepublic LinkType withBasicLinkObjectExtensionGroup(AbstractObjectType... values)
withBasicLinkObjectExtensionGroup in class BasicLinkTypepublic LinkType withBasicLinkObjectExtensionGroup(Collection<AbstractObjectType> values)
withBasicLinkObjectExtensionGroup in class BasicLinkTypepublic LinkType withBasicLinkSimpleExtensionGroup(List<Object> value)
withBasicLinkSimpleExtensionGroup in class BasicLinkTypepublic LinkType withBasicLinkObjectExtensionGroup(List<AbstractObjectType> value)
withBasicLinkObjectExtensionGroup in class BasicLinkTypepublic LinkType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class BasicLinkTypepublic LinkType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class BasicLinkTypepublic LinkType withId(String value)
withId in class BasicLinkTypepublic LinkType withTargetId(String value)
withTargetId in class BasicLinkTypepublic LinkType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class BasicLinkType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||