Package org.ffmpeg.ffprobe436
Class LibraryVersionType
java.lang.Object
org.ffmpeg.ffprobe436.LibraryVersionType
Java class for libraryVersionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="libraryVersionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="major" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="minor" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="micro" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="ident" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIdent()Gets the value of the ident property.intgetMajor()Gets the value of the major property.intgetMicro()Gets the value of the micro property.intgetMinor()Gets the value of the minor property.getName()Gets the value of the name property.intGets the value of the version property.voidSets the value of the ident property.voidsetMajor(int value) Sets the value of the major property.voidsetMicro(int value) Sets the value of the micro property.voidsetMinor(int value) Sets the value of the minor property.voidSets the value of the name property.voidsetVersion(int value) Sets the value of the version property.
-
Field Details
-
name
-
major
protected int major -
minor
protected int minor -
micro
protected int micro -
version
protected int version -
ident
-
-
Constructor Details
-
LibraryVersionType
public LibraryVersionType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getMajor
public int getMajor()Gets the value of the major property. -
setMajor
public void setMajor(int value) Sets the value of the major property. -
getMinor
public int getMinor()Gets the value of the minor property. -
setMinor
public void setMinor(int value) Sets the value of the minor property. -
getMicro
public int getMicro()Gets the value of the micro property. -
setMicro
public void setMicro(int value) Sets the value of the micro property. -
getVersion
public int getVersion()Gets the value of the version property. -
setVersion
public void setVersion(int value) Sets the value of the version property. -
getIdent
Gets the value of the ident property.- Returns:
- possible object is
String
-
setIdent
Sets the value of the ident property.- Parameters:
value- allowed object isString
-