Class ImportReport.Item.Error
- java.lang.Object
-
- net.florianschoppmann.issuetracking.youtrack.restold.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>
-
-
Constructor Summary
Constructors Constructor Description Error()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFieldName()
Gets the value of the fieldName property.String
getValue()
Gets the value of the value property.String
getValueAttribute()
Gets the value of the valueAttribute property.void
setFieldName(String value)
Sets the value of the fieldName property.void
setValue(String value)
Sets the value of the value property.void
setValueAttribute(String value)
Sets the value of the valueAttribute property.
-
-
-
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 isString
-
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 isString
-
getValueAttribute
public String getValueAttribute()
Gets the value of the valueAttribute property.- Returns:
- possible object is
String
-
-