Package com.scene7.ipsapi
Class UpdateSmartCropsReturn
- java.lang.Object
-
- com.scene7.ipsapi.UpdateSmartCropsReturn
-
public class UpdateSmartCropsReturn extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="successCount" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="warningCount" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="errorCount" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="warningDetailArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}SubAssetOperationFaultArray" minOccurs="0"/> <element name="errorDetailArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}SubAssetOperationFaultArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description UpdateSmartCropsReturn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorCount()
Gets the value of the errorCount property.SubAssetOperationFaultArray
getErrorDetailArray()
Gets the value of the errorDetailArray property.int
getSuccessCount()
Gets the value of the successCount property.int
getWarningCount()
Gets the value of the warningCount property.SubAssetOperationFaultArray
getWarningDetailArray()
Gets the value of the warningDetailArray property.void
setErrorCount(int value)
Sets the value of the errorCount property.void
setErrorDetailArray(SubAssetOperationFaultArray value)
Sets the value of the errorDetailArray property.void
setSuccessCount(int value)
Sets the value of the successCount property.void
setWarningCount(int value)
Sets the value of the warningCount property.void
setWarningDetailArray(SubAssetOperationFaultArray value)
Sets the value of the warningDetailArray property.
-
-
-
Method Detail
-
getSuccessCount
public int getSuccessCount()
Gets the value of the successCount property.
-
setSuccessCount
public void setSuccessCount(int value)
Sets the value of the successCount property.
-
getWarningCount
public int getWarningCount()
Gets the value of the warningCount property.
-
setWarningCount
public void setWarningCount(int value)
Sets the value of the warningCount property.
-
getErrorCount
public int getErrorCount()
Gets the value of the errorCount property.
-
setErrorCount
public void setErrorCount(int value)
Sets the value of the errorCount property.
-
getWarningDetailArray
public SubAssetOperationFaultArray getWarningDetailArray()
Gets the value of the warningDetailArray property.- Returns:
- possible object is
SubAssetOperationFaultArray
-
setWarningDetailArray
public void setWarningDetailArray(SubAssetOperationFaultArray value)
Sets the value of the warningDetailArray property.- Parameters:
value
- allowed object isSubAssetOperationFaultArray
-
getErrorDetailArray
public SubAssetOperationFaultArray getErrorDetailArray()
Gets the value of the errorDetailArray property.- Returns:
- possible object is
SubAssetOperationFaultArray
-
setErrorDetailArray
public void setErrorDetailArray(SubAssetOperationFaultArray value)
Sets the value of the errorDetailArray property.- Parameters:
value
- allowed object isSubAssetOperationFaultArray
-
-