Package org.ffmpeg.ffprobe436
Class ProgramVersionType
java.lang.Object
org.ffmpeg.ffprobe436.ProgramVersionType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the buildDate property.Gets the value of the buildTime property.Gets the value of the compilerIdent property.Gets the value of the configuration property.Gets the value of the copyright property.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.
-
Field Details
-
version
-
copyright
-
buildDate
-
buildTime
-
compilerIdent
-
configuration
-
-
Constructor Details
-
ProgramVersionType
public ProgramVersionType()
-
-
Method Details
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getCopyright
Gets the value of the copyright property.- Returns:
- possible object is
String
-
setCopyright
Sets the value of the copyright property.- Parameters:
value- allowed object isString
-
getBuildDate
Gets the value of the buildDate property.- Returns:
- possible object is
String
-
setBuildDate
Sets the value of the buildDate property.- Parameters:
value- allowed object isString
-
getBuildTime
Gets the value of the buildTime property.- Returns:
- possible object is
String
-
setBuildTime
Sets the value of the buildTime property.- Parameters:
value- allowed object isString
-
getCompilerIdent
Gets the value of the compilerIdent property.- Returns:
- possible object is
String
-
setCompilerIdent
Sets the value of the compilerIdent property.- Parameters:
value- allowed object isString
-
getConfiguration
Gets the value of the configuration property.- Returns:
- possible object is
String
-
setConfiguration
Sets the value of the configuration property.- Parameters:
value- allowed object isString
-