LibraryCameras

The library cameras. Provides a library in which to place camera elements.

Constructors

ConstructorDescription
LibraryCameras()

Methods

MethodDescription
getAsset()Gets or sets the asset.
setAsset(Asset value)Gets or sets the asset.
getCamera()Gets or sets the camera collection.
setCamera(Camera[] value)Gets or sets the camera collection.
getExtra()Gets or sets the extra.
setExtra(Extra[] value)Gets or sets the extra.
getId()Gets or sets the library id. This value must be unique within the instance document. Optional.
setId(String value)Gets or sets the library id. This value must be unique within the instance document. Optional.
getName()Gets or sets the name. Optional.
setName(String value)Gets or sets the name. Optional.

LibraryCameras()

public LibraryCameras()

getAsset()

public final Asset getAsset()

Gets or sets the asset.

Returns: Asset

setAsset(Asset value)

public final void setAsset(Asset value)

Gets or sets the asset.

getCamera()

public final Camera[] getCamera()

Gets or sets the camera collection.

Returns: Camera[]

setCamera(Camera[] value)

public final void setCamera(Camera[] value)

Gets or sets the camera collection.

getExtra()

public final Extra[] getExtra()

Gets or sets the extra.

Returns: Extra[]

setExtra(Extra[] value)

public final void setExtra(Extra[] value)

Gets or sets the extra.

getId()

public final String getId()

Gets or sets the library id. This value must be unique within the instance document. Optional.

Returns: String

setId(String value)

public final void setId(String value)

Gets or sets the library id. This value must be unique within the instance document. Optional.

getName()

public final String getName()

Gets or sets the name. Optional.

Returns: String

setName(String value)

public final void setName(String value)

Gets or sets the name. Optional.