public class RequestControl
extends java.lang.Object
implements java.io.Serializable
Java class for RequestControl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestControl">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ReturnProductInformationData" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ReturnCharacteristicsName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReturnCharacteristicsDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReturnCharacteristicsValueType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="validateData" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="validateProdDate" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="validateProductRequiredForGroups" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="validateProductComprisedOfGroups" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="validateProductCompatibility" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="validateSegmentCompatibility" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="enforceCompatibleSegment" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="skipChildFilterValidation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="decomposeProducts" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="basicValidationOnExistingOffer" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestControl.ReturnProductInformationData
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
RequestControl() |
| Modifier and Type | Method and Description |
|---|---|
RequestControl.ReturnProductInformationData |
getReturnProductInformationData()
Gets the value of the returnProductInformationData property.
|
java.lang.Boolean |
isBasicValidationOnExistingOffer()
Gets the value of the basicValidationOnExistingOffer property.
|
java.lang.Boolean |
isDecomposeProducts()
Gets the value of the decomposeProducts property.
|
java.lang.Boolean |
isEnforceCompatibleSegment()
Gets the value of the enforceCompatibleSegment property.
|
java.lang.Boolean |
isSkipChildFilterValidation()
Gets the value of the skipChildFilterValidation property.
|
boolean |
isValidateData()
Gets the value of the validateData property.
|
java.lang.Boolean |
isValidateProdDate()
Gets the value of the validateProdDate property.
|
java.lang.Boolean |
isValidateProductCompatibility()
Gets the value of the validateProductCompatibility property.
|
java.lang.Boolean |
isValidateProductComprisedOfGroups()
Gets the value of the validateProductComprisedOfGroups property.
|
java.lang.Boolean |
isValidateProductRequiredForGroups()
Gets the value of the validateProductRequiredForGroups property.
|
java.lang.Boolean |
isValidateSegmentCompatibility()
Gets the value of the validateSegmentCompatibility property.
|
void |
setBasicValidationOnExistingOffer(java.lang.Boolean value)
Sets the value of the basicValidationOnExistingOffer property.
|
void |
setDecomposeProducts(java.lang.Boolean value)
Sets the value of the decomposeProducts property.
|
void |
setEnforceCompatibleSegment(java.lang.Boolean value)
Sets the value of the enforceCompatibleSegment property.
|
void |
setReturnProductInformationData(RequestControl.ReturnProductInformationData value)
Sets the value of the returnProductInformationData property.
|
void |
setSkipChildFilterValidation(java.lang.Boolean value)
Sets the value of the skipChildFilterValidation property.
|
void |
setValidateData(boolean value)
Sets the value of the validateData property.
|
void |
setValidateProdDate(java.lang.Boolean value)
Sets the value of the validateProdDate property.
|
void |
setValidateProductCompatibility(java.lang.Boolean value)
Sets the value of the validateProductCompatibility property.
|
void |
setValidateProductComprisedOfGroups(java.lang.Boolean value)
Sets the value of the validateProductComprisedOfGroups property.
|
void |
setValidateProductRequiredForGroups(java.lang.Boolean value)
Sets the value of the validateProductRequiredForGroups property.
|
void |
setValidateSegmentCompatibility(java.lang.Boolean value)
Sets the value of the validateSegmentCompatibility property.
|
public RequestControl.ReturnProductInformationData getReturnProductInformationData()
RequestControl.ReturnProductInformationDatapublic void setReturnProductInformationData(RequestControl.ReturnProductInformationData value)
value - allowed object is
RequestControl.ReturnProductInformationDatapublic boolean isValidateData()
public void setValidateData(boolean value)
public java.lang.Boolean isValidateProdDate()
Booleanpublic void setValidateProdDate(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isValidateProductRequiredForGroups()
Booleanpublic void setValidateProductRequiredForGroups(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isValidateProductComprisedOfGroups()
Booleanpublic void setValidateProductComprisedOfGroups(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isValidateProductCompatibility()
Booleanpublic void setValidateProductCompatibility(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isValidateSegmentCompatibility()
Booleanpublic void setValidateSegmentCompatibility(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isEnforceCompatibleSegment()
Booleanpublic void setEnforceCompatibleSegment(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isSkipChildFilterValidation()
Booleanpublic void setSkipChildFilterValidation(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isDecomposeProducts()
Booleanpublic void setDecomposeProducts(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isBasicValidationOnExistingOffer()
Booleanpublic void setBasicValidationOnExistingOffer(java.lang.Boolean value)
value - allowed object is
Boolean