net.opengis.kml.v_2_3
Class LookAtType

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

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

 <complexType name="LookAtType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractViewType">
       <all>
         <element ref="{http://www.opengis.net/kml/2.2}longitude" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}latitude" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}altitude" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}heading" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}tilt" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}range" minOccurs="0"/>
         <group ref="{http://www.opengis.net/kml/2.2}AltitudeModeGroup"/>
         <element ref="{http://www.opengis.net/kml/2.2}horizFov" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}LookAtSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}LookAtObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </all>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Double altitude
           
protected  AltitudeModeEnumType altitudeMode
           
protected  List<AbstractObjectType> altitudeModeObjectExtensionGroup
           
protected  List<Object> altitudeModeSimpleExtensionGroup
           
protected  Double heading
           
protected  Double horizFov
           
protected  Double latitude
           
protected  Double longitude
           
protected  List<AbstractObjectType> lookAtObjectExtensionGroup
           
protected  List<Object> lookAtSimpleExtensionGroup
           
protected  Double range
           
protected  SeaFloorAltitudeModeEnumType seaFloorAltitudeMode
           
protected  Double tilt
           
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractViewType
abstractTimePrimitiveGroup, abstractViewObjectExtensionGroup, abstractViewSimpleExtensionGroup
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
LookAtType()
           
 
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)
           
 Double getAltitude()
          Gets the value of the altitude property.
 AltitudeModeEnumType getAltitudeMode()
          Gets the value of the altitudeMode property.
 List<AbstractObjectType> getAltitudeModeObjectExtensionGroup()
          Gets the value of the altitudeModeObjectExtensionGroup property.
 List<Object> getAltitudeModeSimpleExtensionGroup()
          Gets the value of the altitudeModeSimpleExtensionGroup property.
 Double getHeading()
          Gets the value of the heading property.
 Double getHorizFov()
          Gets the value of the horizFov property.
 Double getLatitude()
          Gets the value of the latitude property.
 Double getLongitude()
          Gets the value of the longitude property.
 List<AbstractObjectType> getLookAtObjectExtensionGroup()
          Gets the value of the lookAtObjectExtensionGroup property.
 List<Object> getLookAtSimpleExtensionGroup()
          Gets the value of the lookAtSimpleExtensionGroup property.
 Double getRange()
          Gets the value of the range property.
 SeaFloorAltitudeModeEnumType getSeaFloorAltitudeMode()
          Gets the value of the seaFloorAltitudeMode property.
 Double getTilt()
          Gets the value of the tilt property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetAltitude()
           
 boolean isSetAltitudeMode()
           
 boolean isSetAltitudeModeObjectExtensionGroup()
           
 boolean isSetAltitudeModeSimpleExtensionGroup()
           
 boolean isSetHeading()
           
 boolean isSetHorizFov()
           
 boolean isSetLatitude()
           
 boolean isSetLongitude()
           
 boolean isSetLookAtObjectExtensionGroup()
           
 boolean isSetLookAtSimpleExtensionGroup()
           
 boolean isSetRange()
           
 boolean isSetSeaFloorAltitudeMode()
           
 boolean isSetTilt()
           
 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 setAltitude(Double value)
          Sets the value of the altitude property.
 void setAltitudeMode(AltitudeModeEnumType value)
          Sets the value of the altitudeMode property.
 void setAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)
           
 void setAltitudeModeSimpleExtensionGroup(List<Object> value)
           
 void setHeading(Double value)
          Sets the value of the heading property.
 void setHorizFov(Double value)
          Sets the value of the horizFov property.
 void setLatitude(Double value)
          Sets the value of the latitude property.
 void setLongitude(Double value)
          Sets the value of the longitude property.
 void setLookAtObjectExtensionGroup(List<AbstractObjectType> value)
           
 void setLookAtSimpleExtensionGroup(List<Object> value)
           
 void setRange(Double value)
          Sets the value of the range property.
 void setSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
          Sets the value of the seaFloorAltitudeMode property.
 void setTilt(Double value)
          Sets the value of the tilt property.
 String toString()
           
 void unsetAltitudeModeObjectExtensionGroup()
           
 void unsetAltitudeModeSimpleExtensionGroup()
           
 void unsetLookAtObjectExtensionGroup()
           
 void unsetLookAtSimpleExtensionGroup()
           
 LookAtType withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
           
 LookAtType withAbstractViewObjectExtensionGroup(AbstractObjectType... values)
           
 LookAtType withAbstractViewObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 LookAtType withAbstractViewObjectExtensionGroup(List<AbstractObjectType> value)
           
 LookAtType withAbstractViewSimpleExtensionGroup(Collection<Object> values)
           
 LookAtType withAbstractViewSimpleExtensionGroup(List<Object> value)
           
 LookAtType withAbstractViewSimpleExtensionGroup(Object... values)
           
 LookAtType withAltitude(Double value)
           
 LookAtType withAltitudeMode(AltitudeModeEnumType value)
           
 LookAtType withAltitudeModeObjectExtensionGroup(AbstractObjectType... values)
           
 LookAtType withAltitudeModeObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 LookAtType withAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)
           
 LookAtType withAltitudeModeSimpleExtensionGroup(Collection<Object> values)
           
 LookAtType withAltitudeModeSimpleExtensionGroup(List<Object> value)
           
 LookAtType withAltitudeModeSimpleExtensionGroup(Object... values)
           
 LookAtType withHeading(Double value)
           
 LookAtType withHorizFov(Double value)
           
 LookAtType withId(String value)
           
 LookAtType withLatitude(Double value)
           
 LookAtType withLongitude(Double value)
           
 LookAtType withLookAtObjectExtensionGroup(AbstractObjectType... values)
           
 LookAtType withLookAtObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 LookAtType withLookAtObjectExtensionGroup(List<AbstractObjectType> value)
           
 LookAtType withLookAtSimpleExtensionGroup(Collection<Object> values)
           
 LookAtType withLookAtSimpleExtensionGroup(List<Object> value)
           
 LookAtType withLookAtSimpleExtensionGroup(Object... values)
           
 LookAtType withObjectSimpleExtensionGroup(Collection<Object> values)
           
 LookAtType withObjectSimpleExtensionGroup(List<Object> value)
           
 LookAtType withObjectSimpleExtensionGroup(Object... values)
           
 LookAtType withRange(Double value)
           
 LookAtType withSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
           
 LookAtType withTargetId(String value)
           
 LookAtType withTilt(Double value)
           
 
Methods inherited from class net.opengis.kml.v_2_3.AbstractViewType
getAbstractTimePrimitiveGroup, getAbstractViewObjectExtensionGroup, getAbstractViewSimpleExtensionGroup, isSetAbstractTimePrimitiveGroup, isSetAbstractViewObjectExtensionGroup, isSetAbstractViewSimpleExtensionGroup, setAbstractTimePrimitiveGroup, setAbstractViewObjectExtensionGroup, setAbstractViewSimpleExtensionGroup, unsetAbstractViewObjectExtensionGroup, unsetAbstractViewSimpleExtensionGroup
 
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

longitude

protected Double longitude

latitude

protected Double latitude

altitude

protected Double altitude

heading

protected Double heading

tilt

protected Double tilt

range

protected Double range

altitudeMode

protected AltitudeModeEnumType altitudeMode

seaFloorAltitudeMode

protected SeaFloorAltitudeModeEnumType seaFloorAltitudeMode

altitudeModeSimpleExtensionGroup

protected List<Object> altitudeModeSimpleExtensionGroup

altitudeModeObjectExtensionGroup

protected List<AbstractObjectType> altitudeModeObjectExtensionGroup

horizFov

protected Double horizFov

lookAtSimpleExtensionGroup

protected List<Object> lookAtSimpleExtensionGroup

lookAtObjectExtensionGroup

protected List<AbstractObjectType> lookAtObjectExtensionGroup
Constructor Detail

LookAtType

public LookAtType()
Method Detail

getLongitude

public Double getLongitude()
Gets the value of the longitude property.

Returns:
possible object is Double

setLongitude

public void setLongitude(Double value)
Sets the value of the longitude property.

Parameters:
value - allowed object is Double

isSetLongitude

public boolean isSetLongitude()

getLatitude

public Double getLatitude()
Gets the value of the latitude property.

Returns:
possible object is Double

setLatitude

public void setLatitude(Double value)
Sets the value of the latitude property.

Parameters:
value - allowed object is Double

isSetLatitude

public boolean isSetLatitude()

getAltitude

public Double getAltitude()
Gets the value of the altitude property.

Returns:
possible object is Double

setAltitude

public void setAltitude(Double value)
Sets the value of the altitude property.

Parameters:
value - allowed object is Double

isSetAltitude

public boolean isSetAltitude()

getHeading

public Double getHeading()
Gets the value of the heading property.

Returns:
possible object is Double

setHeading

public void setHeading(Double value)
Sets the value of the heading property.

Parameters:
value - allowed object is Double

isSetHeading

public boolean isSetHeading()

getTilt

public Double getTilt()
Gets the value of the tilt property.

Returns:
possible object is Double

setTilt

public void setTilt(Double value)
Sets the value of the tilt property.

Parameters:
value - allowed object is Double

isSetTilt

public boolean isSetTilt()

getRange

public Double getRange()
Gets the value of the range property.

Returns:
possible object is Double

setRange

public void setRange(Double value)
Sets the value of the range property.

Parameters:
value - allowed object is Double

isSetRange

public boolean isSetRange()

getAltitudeMode

public AltitudeModeEnumType getAltitudeMode()
Gets the value of the altitudeMode property.

Returns:
possible object is AltitudeModeEnumType

setAltitudeMode

public void setAltitudeMode(AltitudeModeEnumType value)
Sets the value of the altitudeMode property.

Parameters:
value - allowed object is AltitudeModeEnumType

isSetAltitudeMode

public boolean isSetAltitudeMode()

getSeaFloorAltitudeMode

public SeaFloorAltitudeModeEnumType getSeaFloorAltitudeMode()
Gets the value of the seaFloorAltitudeMode property.

Returns:
possible object is SeaFloorAltitudeModeEnumType

setSeaFloorAltitudeMode

public void setSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
Sets the value of the seaFloorAltitudeMode property.

Parameters:
value - allowed object is SeaFloorAltitudeModeEnumType

isSetSeaFloorAltitudeMode

public boolean isSetSeaFloorAltitudeMode()

getAltitudeModeSimpleExtensionGroup

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

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

    getAltitudeModeSimpleExtensionGroup().add(newItem);
 

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


isSetAltitudeModeSimpleExtensionGroup

public boolean isSetAltitudeModeSimpleExtensionGroup()

unsetAltitudeModeSimpleExtensionGroup

public void unsetAltitudeModeSimpleExtensionGroup()

getAltitudeModeObjectExtensionGroup

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

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

    getAltitudeModeObjectExtensionGroup().add(newItem);
 

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


isSetAltitudeModeObjectExtensionGroup

public boolean isSetAltitudeModeObjectExtensionGroup()

unsetAltitudeModeObjectExtensionGroup

public void unsetAltitudeModeObjectExtensionGroup()

getHorizFov

public Double getHorizFov()
Gets the value of the horizFov property.

Returns:
possible object is Double

setHorizFov

public void setHorizFov(Double value)
Sets the value of the horizFov property.

Parameters:
value - allowed object is Double

isSetHorizFov

public boolean isSetHorizFov()

getLookAtSimpleExtensionGroup

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

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

    getLookAtSimpleExtensionGroup().add(newItem);
 

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


isSetLookAtSimpleExtensionGroup

public boolean isSetLookAtSimpleExtensionGroup()

unsetLookAtSimpleExtensionGroup

public void unsetLookAtSimpleExtensionGroup()

getLookAtObjectExtensionGroup

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

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

    getLookAtObjectExtensionGroup().add(newItem);
 

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


isSetLookAtObjectExtensionGroup

public boolean isSetLookAtObjectExtensionGroup()

unsetLookAtObjectExtensionGroup

public void unsetLookAtObjectExtensionGroup()

toString

public String toString()
Overrides:
toString in class AbstractViewType

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 AbstractViewType

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 AbstractViewType

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 AbstractViewType

equals

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

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 AbstractViewType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractViewType

clone

public Object clone()
Overrides:
clone in class AbstractViewType

copyTo

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

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 AbstractViewType

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 AbstractViewType

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 AbstractViewType

setAltitudeModeSimpleExtensionGroup

public void setAltitudeModeSimpleExtensionGroup(List<Object> value)

setAltitudeModeObjectExtensionGroup

public void setAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)

setLookAtSimpleExtensionGroup

public void setLookAtSimpleExtensionGroup(List<Object> value)

setLookAtObjectExtensionGroup

public void setLookAtObjectExtensionGroup(List<AbstractObjectType> value)

withLongitude

public LookAtType withLongitude(Double value)

withLatitude

public LookAtType withLatitude(Double value)

withAltitude

public LookAtType withAltitude(Double value)

withHeading

public LookAtType withHeading(Double value)

withTilt

public LookAtType withTilt(Double value)

withRange

public LookAtType withRange(Double value)

withAltitudeMode

public LookAtType withAltitudeMode(AltitudeModeEnumType value)

withSeaFloorAltitudeMode

public LookAtType withSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)

withAltitudeModeSimpleExtensionGroup

public LookAtType withAltitudeModeSimpleExtensionGroup(Object... values)

withAltitudeModeSimpleExtensionGroup

public LookAtType withAltitudeModeSimpleExtensionGroup(Collection<Object> values)

withAltitudeModeObjectExtensionGroup

public LookAtType withAltitudeModeObjectExtensionGroup(AbstractObjectType... values)

withAltitudeModeObjectExtensionGroup

public LookAtType withAltitudeModeObjectExtensionGroup(Collection<AbstractObjectType> values)

withHorizFov

public LookAtType withHorizFov(Double value)

withLookAtSimpleExtensionGroup

public LookAtType withLookAtSimpleExtensionGroup(Object... values)

withLookAtSimpleExtensionGroup

public LookAtType withLookAtSimpleExtensionGroup(Collection<Object> values)

withLookAtObjectExtensionGroup

public LookAtType withLookAtObjectExtensionGroup(AbstractObjectType... values)

withLookAtObjectExtensionGroup

public LookAtType withLookAtObjectExtensionGroup(Collection<AbstractObjectType> values)

withAltitudeModeSimpleExtensionGroup

public LookAtType withAltitudeModeSimpleExtensionGroup(List<Object> value)

withAltitudeModeObjectExtensionGroup

public LookAtType withAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)

withLookAtSimpleExtensionGroup

public LookAtType withLookAtSimpleExtensionGroup(List<Object> value)

withLookAtObjectExtensionGroup

public LookAtType withLookAtObjectExtensionGroup(List<AbstractObjectType> value)

withAbstractTimePrimitiveGroup

public LookAtType withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
Overrides:
withAbstractTimePrimitiveGroup in class AbstractViewType

withAbstractViewSimpleExtensionGroup

public LookAtType withAbstractViewSimpleExtensionGroup(Object... values)
Overrides:
withAbstractViewSimpleExtensionGroup in class AbstractViewType

withAbstractViewSimpleExtensionGroup

public LookAtType withAbstractViewSimpleExtensionGroup(Collection<Object> values)
Overrides:
withAbstractViewSimpleExtensionGroup in class AbstractViewType

withAbstractViewObjectExtensionGroup

public LookAtType withAbstractViewObjectExtensionGroup(AbstractObjectType... values)
Overrides:
withAbstractViewObjectExtensionGroup in class AbstractViewType

withAbstractViewObjectExtensionGroup

public LookAtType withAbstractViewObjectExtensionGroup(Collection<AbstractObjectType> values)
Overrides:
withAbstractViewObjectExtensionGroup in class AbstractViewType

withAbstractViewSimpleExtensionGroup

public LookAtType withAbstractViewSimpleExtensionGroup(List<Object> value)
Overrides:
withAbstractViewSimpleExtensionGroup in class AbstractViewType

withAbstractViewObjectExtensionGroup

public LookAtType withAbstractViewObjectExtensionGroup(List<AbstractObjectType> value)
Overrides:
withAbstractViewObjectExtensionGroup in class AbstractViewType

withObjectSimpleExtensionGroup

public LookAtType withObjectSimpleExtensionGroup(Object... values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractViewType

withObjectSimpleExtensionGroup

public LookAtType withObjectSimpleExtensionGroup(Collection<Object> values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractViewType

withId

public LookAtType withId(String value)
Overrides:
withId in class AbstractViewType

withTargetId

public LookAtType withTargetId(String value)
Overrides:
withTargetId in class AbstractViewType

withObjectSimpleExtensionGroup

public LookAtType withObjectSimpleExtensionGroup(List<Object> value)
Overrides:
withObjectSimpleExtensionGroup in class AbstractViewType


Copyright © 2008-2016. All Rights Reserved.