Package com.scene7.ipsapi
Class ExcludeByproductCondition
java.lang.Object
com.scene7.ipsapi.ExcludeByproductCondition
Java class for ExcludeByproductCondition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExcludeByproductCondition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="engine" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="generatedAssetType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the engine property.Gets the value of the generatedAssetType property.voidSets the value of the engine property.voidsetGeneratedAssetType(String value) Sets the value of the generatedAssetType property.
-
Constructor Details
-
ExcludeByproductCondition
public ExcludeByproductCondition()
-
-
Method Details
-
getEngine
Gets the value of the engine property.- Returns:
- possible object is
String
-
setEngine
Sets the value of the engine property.- Parameters:
value- allowed object isString
-
getGeneratedAssetType
Gets the value of the generatedAssetType property.- Returns:
- possible object is
String
-
setGeneratedAssetType
Sets the value of the generatedAssetType property.- Parameters:
value- allowed object isString
-