public class VideoInfo extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for VideoInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="videoUrlList" type="{http://rest.immobilienscout24.de/schema/common/1.0}videoUrlList" maxOccurs="2"/> <element name="duration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="teaserUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="title" type="{http://rest.immobilienscout24.de/schema/common/1.0}TextField" minOccurs="0"/> <element name="processingProgress" type="{http://rest.immobilienscout24.de/schema/common/1.0}percentType" minOccurs="0"/> <element name="processingStatus" type="{http://rest.immobilienscout24.de/schema/common/1.0}videoProcessingStatusType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
duration |
protected Integer |
processingProgress |
protected VideoProcessingStatusType |
processingStatus |
protected URL |
teaserUrl |
protected String |
title |
protected List<VideoUrlList> |
videoUrlList |
Constructor and Description |
---|
VideoInfo() |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
Long |
getDuration()
Gets the value of the duration property.
|
Integer |
getProcessingProgress()
Gets the value of the processingProgress property.
|
VideoProcessingStatusType |
getProcessingStatus()
Gets the value of the processingStatus property.
|
URL |
getTeaserUrl()
Gets the value of the teaserUrl property.
|
String |
getTitle()
Gets the value of the title property.
|
List<VideoUrlList> |
getVideoUrlList()
Gets the value of the videoUrlList property.
|
void |
setDuration(Long value)
Sets the value of the duration property.
|
void |
setProcessingProgress(Integer value)
Sets the value of the processingProgress property.
|
void |
setProcessingStatus(VideoProcessingStatusType value)
Sets the value of the processingStatus property.
|
void |
setTeaserUrl(URL value)
Sets the value of the teaserUrl property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
String |
toString() |
protected List<VideoUrlList> videoUrlList
protected Long duration
protected URL teaserUrl
protected String title
protected Integer processingProgress
protected VideoProcessingStatusType processingStatus
public List<VideoUrlList> getVideoUrlList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the videoUrlList property.
For example, to add a new item, do as follows:
getVideoUrlList().add(newItem);
Objects of the following type(s) are allowed in the list
VideoUrlList
public Long getDuration()
String
public void setDuration(Long value)
value
- allowed object is
String
public URL getTeaserUrl()
String
public void setTeaserUrl(URL value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public Integer getProcessingProgress()
String
public void setProcessingProgress(Integer value)
value
- allowed object is
String
public VideoProcessingStatusType getProcessingStatus()
VideoProcessingStatusType
public void setProcessingStatus(VideoProcessingStatusType value)
value
- allowed object is
VideoProcessingStatusType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString2
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString2
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals2
Copyright © 2016 OpenEstate. All rights reserved.