Class ErrorType

java.lang.Object
org.ffmpeg.ffprobe.ErrorType

public class ErrorType extends Object

Java class for errorType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="errorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="code" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="string" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • code

      protected int code
    • string

      protected String string
  • Constructor Details

    • ErrorType

      public ErrorType()
  • Method Details

    • getCode

      public int getCode()
      Gets the value of the code property.
    • setCode

      public void setCode(int value)
      Sets the value of the code property.
    • getString

      public String getString()
      Gets the value of the string property.
      Returns:
      possible object is String
    • setString

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