public interface Photo extends Media
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTOR
|
static String |
CONTENT
|
static String |
NAMESPACE_URI
|
static String |
TYPE_NAME_PHOTO
The entity or Type logical name associated with this class.
|
TYPE_NAME_MEDIACREATED_DATE, DESCRIPTION, ID, MODIFIED_DATE, MODIFIED_VERSION, NAME, SOURCE_EDGE, TARGET_EDGE, TYPE_NAME_NODE| Modifier and Type | Method and Description |
|---|---|
void |
addActor(Actor value)
Adds the given value of Type Actor for the object's multi-valued property actor.
|
Actor |
createActor()
Creates and returns a new instance of Type
Actor automatically establishing a containment relationship through the object's reference property, actor. |
Actor[] |
getActor()
Returns an array of Actor set for the object's multi-valued property actor.
|
Actor |
getActor(int idx)
Returns the Actor set for the object's multi-valued property actor based on the given index.
|
int |
getActorCount()
Returns a count for multi-valued property actor.
|
byte[] |
getContent()
Returns the value of the content property.
|
boolean |
isSetActor()
Returns true if the actor property is set.
|
boolean |
isSetContent()
Returns true if the content property is set.
|
void |
removeActor(Actor value)
Removes the given value of Type Actor for the object's multi-valued property actor.
|
void |
setActor(Actor[] value)
Sets the given array of Type Actor for the object's multi-valued property actor.
|
void |
setContent(byte[] value)
Sets the value of the content property to the given value.
|
void |
unsetActor()
Unsets the actor property, clearing the underlying collection.
|
void |
unsetContent()
Unsets the content property, the value
of the property of the object being set to the property's
default value.
|
addSourceEdge, addTargetEdge, createSourceEdge, createTargetEdge, getCreatedDate, getDescription, getId, getModifiedDate, getModifiedVersion, getName, getSourceEdge, getSourceEdge, getSourceEdgeCount, getTargetEdge, getTargetEdge, getTargetEdgeCount, isSetCreatedDate, isSetDescription, isSetId, isSetModifiedDate, isSetModifiedVersion, isSetName, isSetSourceEdge, isSetTargetEdge, removeSourceEdge, removeTargetEdge, setCreatedDate, setDescription, setId, setModifiedDate, setModifiedVersion, setName, setSourceEdge, setTargetEdge, unsetCreatedDate, unsetDescription, unsetId, unsetModifiedDate, unsetModifiedVersion, unsetName, unsetSourceEdge, unsetTargetEdgeaccept, accept, accept, acceptDepthFirst, add, contains, dump, dumpDepthFirst, find, get, getDataObject, getUUID, getUUIDAsString, remove, remove, reparent, reset, resetUUID, set, setContainer, setContainmentProperty, setDataGraph, valuescreateDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, detach, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChangeSummary, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInstanceProperties, getInstanceProperty, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getProperty, getRootObject, getSequence, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unsetstatic final String NAMESPACE_URI
static final String TYPE_NAME_PHOTO
static final String CONTENT
static final String ACTOR
boolean isSetContent()
void unsetContent()
byte[] getContent()
void setContent(byte[] value)
boolean isSetActor()
void unsetActor()
Actor createActor()
Actor automatically establishing a containment relationship through the object's reference property, actor.Actor automatically establishing a containment relationship through the object's reference property actor.Actor[] getActor()
Actor getActor(int idx)
idx - the indexint getActorCount()
void setActor(Actor[] value)
value - the array valuevoid addActor(Actor value)
value - the value to addvoid removeActor(Actor value)
value - the value to removeCopyright © 2023. All Rights Reserved.