Package com.scene7.ipsapi
Class AvsEncoding
- java.lang.Object
-
- com.scene7.ipsapi.AvsEncoding
-
public class AvsEncoding extends java.lang.ObjectJava 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/2021-04-26-beta}VideoEncodingArray"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description AvsEncoding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAspectRatio()Gets the value of the aspectRatio property.java.lang.StringgetName()Gets the value of the name property.VideoEncodingArraygetVideoEncodingArray()Gets the value of the videoEncodingArray property.voidsetAspectRatio(java.lang.String value)Sets the value of the aspectRatio property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetVideoEncodingArray(VideoEncodingArray value)Sets the value of the videoEncodingArray property.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getAspectRatio
public java.lang.String getAspectRatio()
Gets the value of the aspectRatio property.- Returns:
- possible object is
String
-
setAspectRatio
public void setAspectRatio(java.lang.String value)
Sets the value of the aspectRatio property.- Parameters:
value- allowed object isString
-
getVideoEncodingArray
public VideoEncodingArray getVideoEncodingArray()
Gets the value of the videoEncodingArray property.- Returns:
- possible object is
VideoEncodingArray
-
setVideoEncodingArray
public void setVideoEncodingArray(VideoEncodingArray value)
Sets the value of the videoEncodingArray property.- Parameters:
value- allowed object isVideoEncodingArray
-
-