Class IfType


  • public class IfType
    extends java.lang.Object

    Java class for IfType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="IfType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="expression" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String expression  
      protected java.lang.String target  
    • Constructor Summary

      Constructors 
      Constructor Description
      IfType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExpression()
      Gets the value of the expression property.
      java.lang.String getTarget()
      Gets the value of the target property.
      void setExpression​(java.lang.String value)
      Sets the value of the expression property.
      void setTarget​(java.lang.String value)
      Sets the value of the target property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • expression

        protected java.lang.String expression
      • target

        protected java.lang.String target
    • Constructor Detail

      • IfType

        public IfType()
    • Method Detail

      • getExpression

        public java.lang.String getExpression()
        Gets the value of the expression property.
        Returns:
        possible object is String
      • setExpression

        public void setExpression​(java.lang.String value)
        Sets the value of the expression property.
        Parameters:
        value - allowed object is String
      • getTarget

        public java.lang.String getTarget()
        Gets the value of the target property.
        Returns:
        possible object is String
      • setTarget

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