Class ExcludeByproductCondition


  • public class ExcludeByproductCondition
    extends java.lang.Object

    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>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEngine()
      Gets the value of the engine property.
      java.lang.String getGeneratedAssetType()
      Gets the value of the generatedAssetType property.
      void setEngine​(java.lang.String value)
      Sets the value of the engine property.
      void setGeneratedAssetType​(java.lang.String value)
      Sets the value of the generatedAssetType property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExcludeByproductCondition

        public ExcludeByproductCondition()
    • Method Detail

      • getEngine

        public java.lang.String getEngine()
        Gets the value of the engine property.
        Returns:
        possible object is String
      • setEngine

        public void setEngine​(java.lang.String value)
        Sets the value of the engine property.
        Parameters:
        value - allowed object is String
      • getGeneratedAssetType

        public java.lang.String getGeneratedAssetType()
        Gets the value of the generatedAssetType property.
        Returns:
        possible object is String
      • setGeneratedAssetType

        public void setGeneratedAssetType​(java.lang.String value)
        Sets the value of the generatedAssetType property.
        Parameters:
        value - allowed object is String