|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.kml.v_2_3.NetworkLinkControlType
public class NetworkLinkControlType
Java class for NetworkLinkControlType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkLinkControlType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element ref="{http://www.opengis.net/kml/2.2}minRefreshPeriod" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}maxSessionLength" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}cookie" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}message" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}linkName" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}linkDescription" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}linkSnippet" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}expires" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}Update" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}AbstractViewGroup" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}NetworkLinkControlSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}NetworkLinkControlObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</all>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<? extends AbstractViewType> |
abstractViewGroup
|
protected String |
cookie
|
protected String |
expires
|
protected String |
linkDescription
|
protected String |
linkName
|
protected SnippetType |
linkSnippet
|
protected Double |
maxSessionLength
|
protected String |
message
|
protected Double |
minRefreshPeriod
|
protected List<AbstractObjectType> |
networkLinkControlObjectExtensionGroup
|
protected List<Object> |
networkLinkControlSimpleExtensionGroup
|
protected UpdateType |
update
|
| Constructor Summary | |
|---|---|
NetworkLinkControlType()
|
|
| 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<? extends AbstractViewType> |
getAbstractViewGroup()
Gets the value of the abstractViewGroup property. |
String |
getCookie()
Gets the value of the cookie property. |
String |
getExpires()
Gets the value of the expires property. |
String |
getLinkDescription()
Gets the value of the linkDescription property. |
String |
getLinkName()
Gets the value of the linkName property. |
SnippetType |
getLinkSnippet()
Gets the value of the linkSnippet property. |
Double |
getMaxSessionLength()
Gets the value of the maxSessionLength property. |
String |
getMessage()
Gets the value of the message property. |
Double |
getMinRefreshPeriod()
Gets the value of the minRefreshPeriod property. |
List<AbstractObjectType> |
getNetworkLinkControlObjectExtensionGroup()
Gets the value of the networkLinkControlObjectExtensionGroup property. |
List<Object> |
getNetworkLinkControlSimpleExtensionGroup()
Gets the value of the networkLinkControlSimpleExtensionGroup property. |
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
UpdateType |
getUpdate()
Gets the value of the update property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetAbstractViewGroup()
|
boolean |
isSetCookie()
|
boolean |
isSetExpires()
|
boolean |
isSetLinkDescription()
|
boolean |
isSetLinkName()
|
boolean |
isSetLinkSnippet()
|
boolean |
isSetMaxSessionLength()
|
boolean |
isSetMessage()
|
boolean |
isSetMinRefreshPeriod()
|
boolean |
isSetNetworkLinkControlObjectExtensionGroup()
|
boolean |
isSetNetworkLinkControlSimpleExtensionGroup()
|
boolean |
isSetUpdate()
|
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 |
setAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
Sets the value of the abstractViewGroup property. |
void |
setCookie(String value)
Sets the value of the cookie property. |
void |
setExpires(String value)
Sets the value of the expires property. |
void |
setLinkDescription(String value)
Sets the value of the linkDescription property. |
void |
setLinkName(String value)
Sets the value of the linkName property. |
void |
setLinkSnippet(SnippetType value)
Sets the value of the linkSnippet property. |
void |
setMaxSessionLength(Double value)
Sets the value of the maxSessionLength property. |
void |
setMessage(String value)
Sets the value of the message property. |
void |
setMinRefreshPeriod(Double value)
Sets the value of the minRefreshPeriod property. |
void |
setNetworkLinkControlObjectExtensionGroup(List<AbstractObjectType> value)
|
void |
setNetworkLinkControlSimpleExtensionGroup(List<Object> value)
|
void |
setUpdate(UpdateType value)
Sets the value of the update property. |
String |
toString()
|
void |
unsetNetworkLinkControlObjectExtensionGroup()
|
void |
unsetNetworkLinkControlSimpleExtensionGroup()
|
NetworkLinkControlType |
withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
|
NetworkLinkControlType |
withCookie(String value)
|
NetworkLinkControlType |
withExpires(String value)
|
NetworkLinkControlType |
withLinkDescription(String value)
|
NetworkLinkControlType |
withLinkName(String value)
|
NetworkLinkControlType |
withLinkSnippet(SnippetType value)
|
NetworkLinkControlType |
withMaxSessionLength(Double value)
|
NetworkLinkControlType |
withMessage(String value)
|
NetworkLinkControlType |
withMinRefreshPeriod(Double value)
|
NetworkLinkControlType |
withNetworkLinkControlObjectExtensionGroup(AbstractObjectType... values)
|
NetworkLinkControlType |
withNetworkLinkControlObjectExtensionGroup(Collection<AbstractObjectType> values)
|
NetworkLinkControlType |
withNetworkLinkControlObjectExtensionGroup(List<AbstractObjectType> value)
|
NetworkLinkControlType |
withNetworkLinkControlSimpleExtensionGroup(Collection<Object> values)
|
NetworkLinkControlType |
withNetworkLinkControlSimpleExtensionGroup(List<Object> value)
|
NetworkLinkControlType |
withNetworkLinkControlSimpleExtensionGroup(Object... values)
|
NetworkLinkControlType |
withUpdate(UpdateType value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Double minRefreshPeriod
protected Double maxSessionLength
protected String cookie
protected String message
protected String linkName
protected String linkDescription
protected SnippetType linkSnippet
protected String expires
protected UpdateType update
protected JAXBElement<? extends AbstractViewType> abstractViewGroup
protected List<Object> networkLinkControlSimpleExtensionGroup
protected List<AbstractObjectType> networkLinkControlObjectExtensionGroup
| Constructor Detail |
|---|
public NetworkLinkControlType()
| Method Detail |
|---|
public Double getMinRefreshPeriod()
Doublepublic void setMinRefreshPeriod(Double value)
value - allowed object is
Doublepublic boolean isSetMinRefreshPeriod()
public Double getMaxSessionLength()
Doublepublic void setMaxSessionLength(Double value)
value - allowed object is
Doublepublic boolean isSetMaxSessionLength()
public String getCookie()
Stringpublic void setCookie(String value)
value - allowed object is
Stringpublic boolean isSetCookie()
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic boolean isSetMessage()
public String getLinkName()
Stringpublic void setLinkName(String value)
value - allowed object is
Stringpublic boolean isSetLinkName()
public String getLinkDescription()
Stringpublic void setLinkDescription(String value)
value - allowed object is
Stringpublic boolean isSetLinkDescription()
public SnippetType getLinkSnippet()
SnippetTypepublic void setLinkSnippet(SnippetType value)
value - allowed object is
SnippetTypepublic boolean isSetLinkSnippet()
public String getExpires()
Stringpublic void setExpires(String value)
value - allowed object is
Stringpublic boolean isSetExpires()
public UpdateType getUpdate()
UpdateTypepublic void setUpdate(UpdateType value)
value - allowed object is
UpdateTypepublic boolean isSetUpdate()
public JAXBElement<? extends AbstractViewType> getAbstractViewGroup()
JAXBElement<AbstractViewType>
JAXBElement<LookAtType>
JAXBElement<CameraType>public void setAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
value - allowed object is
JAXBElement<AbstractViewType>
JAXBElement<LookAtType>
JAXBElement<CameraType>public boolean isSetAbstractViewGroup()
public List<Object> getNetworkLinkControlSimpleExtensionGroup()
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 networkLinkControlSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getNetworkLinkControlSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetNetworkLinkControlSimpleExtensionGroup()
public void unsetNetworkLinkControlSimpleExtensionGroup()
public List<AbstractObjectType> getNetworkLinkControlObjectExtensionGroup()
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 networkLinkControlObjectExtensionGroup property.
For example, to add a new item, do as follows:
getNetworkLinkControlObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetNetworkLinkControlObjectExtensionGroup()
public void unsetNetworkLinkControlObjectExtensionGroup()
public Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public String toString()
toString in class Object
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.ToString2
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.ToString2
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.Equals2public boolean equals(Object object)
equals in class Object
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.HashCode2public int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
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.CopyTo2public 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.MergeFrom2
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.MergeFrom2public void setNetworkLinkControlSimpleExtensionGroup(List<Object> value)
public void setNetworkLinkControlObjectExtensionGroup(List<AbstractObjectType> value)
public NetworkLinkControlType withMinRefreshPeriod(Double value)
public NetworkLinkControlType withMaxSessionLength(Double value)
public NetworkLinkControlType withCookie(String value)
public NetworkLinkControlType withMessage(String value)
public NetworkLinkControlType withLinkName(String value)
public NetworkLinkControlType withLinkDescription(String value)
public NetworkLinkControlType withLinkSnippet(SnippetType value)
public NetworkLinkControlType withExpires(String value)
public NetworkLinkControlType withUpdate(UpdateType value)
public NetworkLinkControlType withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
public NetworkLinkControlType withNetworkLinkControlSimpleExtensionGroup(Object... values)
public NetworkLinkControlType withNetworkLinkControlSimpleExtensionGroup(Collection<Object> values)
public NetworkLinkControlType withNetworkLinkControlObjectExtensionGroup(AbstractObjectType... values)
public NetworkLinkControlType withNetworkLinkControlObjectExtensionGroup(Collection<AbstractObjectType> values)
public NetworkLinkControlType withNetworkLinkControlSimpleExtensionGroup(List<Object> value)
public NetworkLinkControlType withNetworkLinkControlObjectExtensionGroup(List<AbstractObjectType> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||