Class LibraryVersionType

java.lang.Object
org.ffmpeg.ffprobe436.LibraryVersionType

public class LibraryVersionType extends Object

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 Details

    • name

      protected String name
    • major

      protected int major
    • minor

      protected int minor
    • micro

      protected int micro
    • version

      protected int version
    • ident

      protected String ident
  • Constructor Details

    • LibraryVersionType

      public LibraryVersionType()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • 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

      public String getIdent()
      Gets the value of the ident property.
      Returns:
      possible object is String
    • setIdent

      public void setIdent(String value)
      Sets the value of the ident property.
      Parameters:
      value - allowed object is String