Class Typedef

java.lang.Object
com.epam.fix.validation.beans.Typedef
All Implemented Interfaces:
Findable, Comparable

public class Typedef extends Object implements Findable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}descr"/>
       </sequence>
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="extends" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • descr

      protected Descr descr
    • type

      protected String type
    • extendsStr

      protected String extendsStr
  • Constructor Details

    • Typedef

      public Typedef()
  • Method Details

    • getDescr

      public Descr getDescr()
      Gets the value of the descr property.
      Returns:
      possible object is Descr
    • setDescr

      public void setDescr(Descr value)
      Sets the value of the descr property.
      Parameters:
      value - allowed object is Descr
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getExtends

      public String getExtends()
      Gets the value of the extends property.
      Returns:
      possible object is String
    • setExtends

      public void setExtends(String value)
      Sets the value of the extends property.
      Parameters:
      value - allowed object is String
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • compareTo

      public int compareTo(Object o)
      Specified by:
      compareTo in interface Comparable
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object