Class ImportReport.Item.Error

  • Enclosing class:
    ImportReport.Item

    public static class ImportReport.Item.Error
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attribute name="fieldName" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Detail

      • value

        protected String value
      • fieldName

        protected String fieldName
      • valueAttribute

        protected String valueAttribute
    • Constructor Detail

      • Error

        public Error()
    • Method Detail

      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getFieldName

        public String getFieldName()
        Gets the value of the fieldName property.
        Returns:
        possible object is String
      • setFieldName

        public void setFieldName​(String value)
        Sets the value of the fieldName property.
        Parameters:
        value - allowed object is String
      • getValueAttribute

        public String getValueAttribute()
        Gets the value of the valueAttribute property.
        Returns:
        possible object is String
      • setValueAttribute

        public void setValueAttribute​(String value)
        Sets the value of the valueAttribute property.
        Parameters:
        value - allowed object is String