public class LibraryCameras extends Object
The library cameras. Provides a library in which to place camera elements.
Constructor and Description |
---|
LibraryCameras() |
Modifier and Type | Method and Description |
---|---|
Asset |
getAsset()
Gets or sets the asset.
|
Camera[] |
getCamera()
Gets or sets the camera collection.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
String |
getId()
Gets or sets the library id.
|
String |
getName()
Gets or sets the name.
|
void |
setAsset(Asset value)
Gets or sets the asset.
|
void |
setCamera(Camera[] value)
Gets or sets the camera collection.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setId(String value)
Gets or sets the library id.
|
void |
setName(String value)
Gets or sets the name.
|
public final Asset getAsset()
Gets or sets the asset.
public final void setAsset(Asset value)
Gets or sets the asset.
public final Camera[] getCamera()
Gets or sets the camera collection.
public final void setCamera(Camera[] value)
Gets or sets the camera collection.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.
public final String getId()
Gets or sets the library id. This value must be unique within the instance document. Optional.
public final void setId(String value)
Gets or sets the library id. This value must be unique within the instance document. Optional.
public final String getName()
Gets or sets the name. Optional.
public final void setName(String value)
Gets or sets the name. Optional.