net.opengis.kml.v_2_3
Class CameraType

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.CameraType
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 CameraType
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 CameraType complex type.

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

 <complexType name="CameraType">
   <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}roll" 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}CameraSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}CameraObjectExtensionGroup" 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  List<AbstractObjectType> cameraObjectExtensionGroup
           
protected  List<Object> cameraSimpleExtensionGroup
           
protected  Double heading
           
protected  Double horizFov
           
protected  Double latitude
           
protected  Double longitude
           
protected  Double roll
           
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
CameraType()
           
 
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.
 List<AbstractObjectType> getCameraObjectExtensionGroup()
          Gets the value of the cameraObjectExtensionGroup property.
 List<Object> getCameraSimpleExtensionGroup()
          Gets the value of the cameraSimpleExtensionGroup 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.
 Double getRoll()
          Gets the value of the roll 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 isSetCameraObjectExtensionGroup()
           
 boolean isSetCameraSimpleExtensionGroup()
           
 boolean isSetHeading()
           
 boolean isSetHorizFov()
           
 boolean isSetLatitude()
           
 boolean isSetLongitude()
           
 boolean isSetRoll()
           
 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 setCameraObjectExtensionGroup(List<AbstractObjectType> value)
           
 void setCameraSimpleExtensionGroup(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 setRoll(Double value)
          Sets the value of the roll 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 unsetCameraObjectExtensionGroup()
           
 void unsetCameraSimpleExtensionGroup()
           
 CameraType withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
           
 CameraType withAbstractViewObjectExtensionGroup(AbstractObjectType... values)
           
 CameraType withAbstractViewObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 CameraType withAbstractViewObjectExtensionGroup(List<AbstractObjectType> value)
           
 CameraType withAbstractViewSimpleExtensionGroup(Collection<Object> values)
           
 CameraType withAbstractViewSimpleExtensionGroup(List<Object> value)
           
 CameraType withAbstractViewSimpleExtensionGroup(Object... values)
           
 CameraType withAltitude(Double value)
           
 CameraType withAltitudeMode(AltitudeModeEnumType value)
           
 CameraType withAltitudeModeObjectExtensionGroup(AbstractObjectType... values)
           
 CameraType withAltitudeModeObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 CameraType withAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)
           
 CameraType withAltitudeModeSimpleExtensionGroup(Collection<Object> values)
           
 CameraType withAltitudeModeSimpleExtensionGroup(List<Object> value)
           
 CameraType withAltitudeModeSimpleExtensionGroup(Object... values)
           
 CameraType withCameraObjectExtensionGroup(AbstractObjectType... values)
           
 CameraType withCameraObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 CameraType withCameraObjectExtensionGroup(List<AbstractObjectType> value)
           
 CameraType withCameraSimpleExtensionGroup(Collection<Object> values)
           
 CameraType withCameraSimpleExtensionGroup(List<Object> value)
           
 CameraType withCameraSimpleExtensionGroup(Object... values)
           
 CameraType withHeading(Double value)
           
 CameraType withHorizFov(Double value)
           
 CameraType withId(String value)
           
 CameraType withLatitude(Double value)
           
 CameraType withLongitude(Double value)
           
 CameraType withObjectSimpleExtensionGroup(Collection<Object> values)
           
 CameraType withObjectSimpleExtensionGroup(List<Object> value)
           
 CameraType withObjectSimpleExtensionGroup(Object... values)
           
 CameraType withRoll(Double value)
           
 CameraType withSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
           
 CameraType withTargetId(String value)
           
 CameraType 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

roll

protected Double roll

altitudeMode

protected AltitudeModeEnumType altitudeMode

seaFloorAltitudeMode

protected SeaFloorAltitudeModeEnumType seaFloorAltitudeMode

altitudeModeSimpleExtensionGroup

protected List<Object> altitudeModeSimpleExtensionGroup

altitudeModeObjectExtensionGroup

protected List<AbstractObjectType> altitudeModeObjectExtensionGroup

horizFov

protected Double horizFov

cameraSimpleExtensionGroup

protected List<Object> cameraSimpleExtensionGroup

cameraObjectExtensionGroup

protected List<AbstractObjectType> cameraObjectExtensionGroup
Constructor Detail

CameraType

public CameraType()
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()

getRoll

public Double getRoll()
Gets the value of the roll property.

Returns:
possible object is Double

setRoll

public void setRoll(Double value)
Sets the value of the roll property.

Parameters:
value - allowed object is Double

isSetRoll

public boolean isSetRoll()

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()

getCameraSimpleExtensionGroup

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

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

    getCameraSimpleExtensionGroup().add(newItem);
 

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


isSetCameraSimpleExtensionGroup

public boolean isSetCameraSimpleExtensionGroup()

unsetCameraSimpleExtensionGroup

public void unsetCameraSimpleExtensionGroup()

getCameraObjectExtensionGroup

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

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

    getCameraObjectExtensionGroup().add(newItem);
 

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


isSetCameraObjectExtensionGroup

public boolean isSetCameraObjectExtensionGroup()

unsetCameraObjectExtensionGroup

public void unsetCameraObjectExtensionGroup()

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)

setCameraSimpleExtensionGroup

public void setCameraSimpleExtensionGroup(List<Object> value)

setCameraObjectExtensionGroup

public void setCameraObjectExtensionGroup(List<AbstractObjectType> value)

withLongitude

public CameraType withLongitude(Double value)

withLatitude

public CameraType withLatitude(Double value)

withAltitude

public CameraType withAltitude(Double value)

withHeading

public CameraType withHeading(Double value)

withTilt

public CameraType withTilt(Double value)

withRoll

public CameraType withRoll(Double value)

withAltitudeMode

public CameraType withAltitudeMode(AltitudeModeEnumType value)

withSeaFloorAltitudeMode

public CameraType withSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)

withAltitudeModeSimpleExtensionGroup

public CameraType withAltitudeModeSimpleExtensionGroup(Object... values)

withAltitudeModeSimpleExtensionGroup

public CameraType withAltitudeModeSimpleExtensionGroup(Collection<Object> values)

withAltitudeModeObjectExtensionGroup

public CameraType withAltitudeModeObjectExtensionGroup(AbstractObjectType... values)

withAltitudeModeObjectExtensionGroup

public CameraType withAltitudeModeObjectExtensionGroup(Collection<AbstractObjectType> values)

withHorizFov

public CameraType withHorizFov(Double value)

withCameraSimpleExtensionGroup

public CameraType withCameraSimpleExtensionGroup(Object... values)

withCameraSimpleExtensionGroup

public CameraType withCameraSimpleExtensionGroup(Collection<Object> values)

withCameraObjectExtensionGroup

public CameraType withCameraObjectExtensionGroup(AbstractObjectType... values)

withCameraObjectExtensionGroup

public CameraType withCameraObjectExtensionGroup(Collection<AbstractObjectType> values)

withAltitudeModeSimpleExtensionGroup

public CameraType withAltitudeModeSimpleExtensionGroup(List<Object> value)

withAltitudeModeObjectExtensionGroup

public CameraType withAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)

withCameraSimpleExtensionGroup

public CameraType withCameraSimpleExtensionGroup(List<Object> value)

withCameraObjectExtensionGroup

public CameraType withCameraObjectExtensionGroup(List<AbstractObjectType> value)

withAbstractTimePrimitiveGroup

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

withAbstractViewSimpleExtensionGroup

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

withAbstractViewSimpleExtensionGroup

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

withAbstractViewObjectExtensionGroup

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

withAbstractViewObjectExtensionGroup

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

withAbstractViewSimpleExtensionGroup

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

withAbstractViewObjectExtensionGroup

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

withObjectSimpleExtensionGroup

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

withObjectSimpleExtensionGroup

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

withId

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

withTargetId

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

withObjectSimpleExtensionGroup

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


Copyright © 2008-2015. All Rights Reserved.