|
|||||||||
| 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.AbstractFeatureType
net.opengis.kml.v_2_3.NetworkLinkType
public class NetworkLinkType
Java class for NetworkLinkType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkLinkType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractFeatureType">
<all>
<element ref="{http://www.opengis.net/kml/2.2}refreshVisibility" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}flyToView" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}AbstractLinkGroup" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}NetworkLinkSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}NetworkLinkObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</all>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<? extends AbstractObjectType> |
abstractLinkGroup
|
protected Boolean |
flyToView
|
protected List<AbstractObjectType> |
networkLinkObjectExtensionGroup
|
protected List<Object> |
networkLinkSimpleExtensionGroup
|
protected Boolean |
refreshVisibility
|
| Fields inherited from class net.opengis.kml.v_2_3.AbstractFeatureType |
|---|
abstractExtendedDataGroup, abstractFeatureObjectExtensionGroup, abstractFeatureSimpleExtensionGroup, abstractSnippetGroup, abstractStyleSelectorGroup, abstractTimePrimitiveGroup, abstractViewGroup, address, addressDetails, atomAuthor, atomLink, balloonVisibility, description, name, open, phoneNumber, region, styleUrl, visibility |
| Fields inherited from class net.opengis.kml.v_2_3.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
NetworkLinkType()
|
|
| 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 Boolean refreshVisibility
protected Boolean flyToView
protected JAXBElement<? extends AbstractObjectType> abstractLinkGroup
protected List<Object> networkLinkSimpleExtensionGroup
protected List<AbstractObjectType> networkLinkObjectExtensionGroup
| Constructor Detail |
|---|
public NetworkLinkType()
| Method Detail |
|---|
public Boolean isRefreshVisibility()
Booleanpublic void setRefreshVisibility(Boolean value)
value - allowed object is
Booleanpublic boolean isSetRefreshVisibility()
public Boolean isFlyToView()
Booleanpublic void setFlyToView(Boolean value)
value - allowed object is
Booleanpublic boolean isSetFlyToView()
public JAXBElement<? extends AbstractObjectType> getAbstractLinkGroup()
JAXBElement<LinkType>
JAXBElement<AbstractObjectType>
JAXBElement<LinkType>public void setAbstractLinkGroup(JAXBElement<? extends AbstractObjectType> value)
value - allowed object is
JAXBElement<LinkType>
JAXBElement<AbstractObjectType>
JAXBElement<LinkType>public boolean isSetAbstractLinkGroup()
public List<Object> getNetworkLinkSimpleExtensionGroup()
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 networkLinkSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getNetworkLinkSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetNetworkLinkSimpleExtensionGroup()
public void unsetNetworkLinkSimpleExtensionGroup()
public List<AbstractObjectType> getNetworkLinkObjectExtensionGroup()
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 networkLinkObjectExtensionGroup property.
For example, to add a new item, do as follows:
getNetworkLinkObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetNetworkLinkObjectExtensionGroup()
public void unsetNetworkLinkObjectExtensionGroup()
public String toString()
toString in class AbstractFeatureType
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 AbstractFeatureType
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 AbstractFeatureType
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 AbstractFeatureTypepublic boolean equals(Object object)
equals in class AbstractFeatureType
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 AbstractFeatureTypepublic int hashCode()
hashCode in class AbstractFeatureTypepublic Object clone()
clone in class AbstractFeatureTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractFeatureType
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 AbstractFeatureTypepublic 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 AbstractFeatureType
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 AbstractFeatureTypepublic void setNetworkLinkSimpleExtensionGroup(List<Object> value)
public void setNetworkLinkObjectExtensionGroup(List<AbstractObjectType> value)
public NetworkLinkType withRefreshVisibility(Boolean value)
public NetworkLinkType withFlyToView(Boolean value)
public NetworkLinkType withAbstractLinkGroup(JAXBElement<? extends AbstractObjectType> value)
public NetworkLinkType withNetworkLinkSimpleExtensionGroup(Object... values)
public NetworkLinkType withNetworkLinkSimpleExtensionGroup(Collection<Object> values)
public NetworkLinkType withNetworkLinkObjectExtensionGroup(AbstractObjectType... values)
public NetworkLinkType withNetworkLinkObjectExtensionGroup(Collection<AbstractObjectType> values)
public NetworkLinkType withNetworkLinkSimpleExtensionGroup(List<Object> value)
public NetworkLinkType withNetworkLinkObjectExtensionGroup(List<AbstractObjectType> value)
public NetworkLinkType withName(String value)
withName in class AbstractFeatureTypepublic NetworkLinkType withVisibility(Boolean value)
withVisibility in class AbstractFeatureTypepublic NetworkLinkType withBalloonVisibility(Boolean value)
withBalloonVisibility in class AbstractFeatureTypepublic NetworkLinkType withOpen(Boolean value)
withOpen in class AbstractFeatureTypepublic NetworkLinkType withAtomAuthor(org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct value)
withAtomAuthor in class AbstractFeatureTypepublic NetworkLinkType withAtomLink(org.hisrc.w3c.atom.v_1_0.Link value)
withAtomLink in class AbstractFeatureTypepublic NetworkLinkType withAddress(String value)
withAddress in class AbstractFeatureTypepublic NetworkLinkType withAddressDetails(AddressDetails value)
withAddressDetails in class AbstractFeatureTypepublic NetworkLinkType withPhoneNumber(String value)
withPhoneNumber in class AbstractFeatureTypepublic NetworkLinkType withAbstractSnippetGroup(JAXBElement<?> value)
withAbstractSnippetGroup in class AbstractFeatureTypepublic NetworkLinkType withDescription(String value)
withDescription in class AbstractFeatureTypepublic NetworkLinkType withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
withAbstractViewGroup in class AbstractFeatureTypepublic NetworkLinkType withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
withAbstractTimePrimitiveGroup in class AbstractFeatureTypepublic NetworkLinkType withStyleUrl(String value)
withStyleUrl in class AbstractFeatureTypepublic NetworkLinkType withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType>... values)
withAbstractStyleSelectorGroup in class AbstractFeatureTypepublic NetworkLinkType withAbstractStyleSelectorGroup(Collection<JAXBElement<? extends AbstractStyleSelectorType>> values)
withAbstractStyleSelectorGroup in class AbstractFeatureTypepublic NetworkLinkType withRegion(RegionType value)
withRegion in class AbstractFeatureTypepublic NetworkLinkType withAbstractExtendedDataGroup(JAXBElement<?> value)
withAbstractExtendedDataGroup in class AbstractFeatureTypepublic NetworkLinkType withAbstractFeatureSimpleExtensionGroup(Object... values)
withAbstractFeatureSimpleExtensionGroup in class AbstractFeatureTypepublic NetworkLinkType withAbstractFeatureSimpleExtensionGroup(Collection<Object> values)
withAbstractFeatureSimpleExtensionGroup in class AbstractFeatureTypepublic NetworkLinkType withAbstractFeatureObjectExtensionGroup(AbstractObjectType... values)
withAbstractFeatureObjectExtensionGroup in class AbstractFeatureTypepublic NetworkLinkType withAbstractFeatureObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractFeatureObjectExtensionGroup in class AbstractFeatureTypepublic NetworkLinkType withAbstractStyleSelectorGroup(List<JAXBElement<? extends AbstractStyleSelectorType>> value)
withAbstractStyleSelectorGroup in class AbstractFeatureTypepublic NetworkLinkType withAbstractFeatureSimpleExtensionGroup(List<Object> value)
withAbstractFeatureSimpleExtensionGroup in class AbstractFeatureTypepublic NetworkLinkType withAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractFeatureObjectExtensionGroup in class AbstractFeatureTypepublic NetworkLinkType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractFeatureTypepublic NetworkLinkType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractFeatureTypepublic NetworkLinkType withId(String value)
withId in class AbstractFeatureTypepublic NetworkLinkType withTargetId(String value)
withTargetId in class AbstractFeatureTypepublic NetworkLinkType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractFeatureType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||