Package org.ffmpeg.ffprobe
Class ProgramVersionType
- java.lang.Object
-
- org.ffmpeg.ffprobe.ProgramVersionType
-
public class ProgramVersionType extends Object
Java class for programVersionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="programVersionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="copyright" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="build_date" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="build_time" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="compiler_ident" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="configuration" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ProgramVersionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBuildDate()Gets the value of the buildDate property.StringgetBuildTime()Gets the value of the buildTime property.StringgetCompilerIdent()Gets the value of the compilerIdent property.StringgetConfiguration()Gets the value of the configuration property.StringgetCopyright()Gets the value of the copyright property.StringgetVersion()Gets the value of the version property.voidsetBuildDate(String value)Sets the value of the buildDate property.voidsetBuildTime(String value)Sets the value of the buildTime property.voidsetCompilerIdent(String value)Sets the value of the compilerIdent property.voidsetConfiguration(String value)Sets the value of the configuration property.voidsetCopyright(String value)Sets the value of the copyright property.voidsetVersion(String value)Sets the value of the version property.
-
-
-
Method Detail
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(String value)
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getCopyright
public String getCopyright()
Gets the value of the copyright property.- Returns:
- possible object is
String
-
setCopyright
public void setCopyright(String value)
Sets the value of the copyright property.- Parameters:
value- allowed object isString
-
getBuildDate
public String getBuildDate()
Gets the value of the buildDate property.- Returns:
- possible object is
String
-
setBuildDate
public void setBuildDate(String value)
Sets the value of the buildDate property.- Parameters:
value- allowed object isString
-
getBuildTime
public String getBuildTime()
Gets the value of the buildTime property.- Returns:
- possible object is
String
-
setBuildTime
public void setBuildTime(String value)
Sets the value of the buildTime property.- Parameters:
value- allowed object isString
-
getCompilerIdent
public String getCompilerIdent()
Gets the value of the compilerIdent property.- Returns:
- possible object is
String
-
setCompilerIdent
public void setCompilerIdent(String value)
Sets the value of the compilerIdent property.- Parameters:
value- allowed object isString
-
getConfiguration
public String getConfiguration()
Gets the value of the configuration property.- Returns:
- possible object is
String
-
-