Package com.epam.fix.validation.beans
Class Typedef
java.lang.Object
com.epam.fix.validation.beans.Typedef
- All Implemented Interfaces:
Findable
,Comparable
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
getDescr()
Gets the value of the descr property.Gets the value of the extends property.getType()
Gets the value of the type property.int
hashCode()
void
Sets the value of the descr property.void
setExtends
(String value) Sets the value of the extends property.void
Sets the value of the type property.toString()
-
Field Details
-
descr
-
type
-
extendsStr
-
-
Constructor Details
-
Typedef
public Typedef()
-
-
Method Details
-
getDescr
Gets the value of the descr property.- Returns:
- possible object is
Descr
-
setDescr
Sets the value of the descr property.- Parameters:
value
- allowed object isDescr
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getExtends
Gets the value of the extends property.- Returns:
- possible object is
String
-
setExtends
Sets the value of the extends property.- Parameters:
value
- allowed object isString
-
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
hashCode
public int hashCode() -
toString
-