public class AvsEncoding
extends java.lang.Object
Java class for AvsEncoding complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AvsEncoding"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="aspectRatio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="videoEncodingArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}VideoEncodingArray"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
AvsEncoding() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAspectRatio()
Gets the value of the aspectRatio property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
VideoEncodingArray |
getVideoEncodingArray()
Gets the value of the videoEncodingArray property.
|
void |
setAspectRatio(java.lang.String value)
Sets the value of the aspectRatio property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setVideoEncodingArray(VideoEncodingArray value)
Sets the value of the videoEncodingArray property.
|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAspectRatio()
String
public void setAspectRatio(java.lang.String value)
value
- allowed object is
String
public VideoEncodingArray getVideoEncodingArray()
VideoEncodingArray
public void setVideoEncodingArray(VideoEncodingArray value)
value
- allowed object is
VideoEncodingArray
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"