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.ReturnProductInformationData
public void setReturnProductInformationData(RequestControl.ReturnProductInformationData value)
value
- allowed object is
RequestControl.ReturnProductInformationData
public boolean isValidateData()
public void setValidateData(boolean value)
public java.lang.Boolean isValidateProdDate()
Boolean
public void setValidateProdDate(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isValidateProductRequiredForGroups()
Boolean
public void setValidateProductRequiredForGroups(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isValidateProductComprisedOfGroups()
Boolean
public void setValidateProductComprisedOfGroups(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isValidateProductCompatibility()
Boolean
public void setValidateProductCompatibility(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isValidateSegmentCompatibility()
Boolean
public void setValidateSegmentCompatibility(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isEnforceCompatibleSegment()
Boolean
public void setEnforceCompatibleSegment(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isSkipChildFilterValidation()
Boolean
public void setSkipChildFilterValidation(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isDecomposeProducts()
Boolean
public void setDecomposeProducts(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isBasicValidationOnExistingOffer()
Boolean
public void setBasicValidationOnExistingOffer(java.lang.Boolean value)
value
- allowed object is
Boolean