Package com.epam.fix.validation.beans
Class Blockref
java.lang.Object
com.epam.fix.validation.beans.Blockref
- All Implemented Interfaces:
Findable
,Comparable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="idref" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
idref
-
-
Constructor Details
-
Blockref
public Blockref()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getIdref
Gets the value of the idref property.- Returns:
- possible object is
String
-
setIdref
Sets the value of the idref property.- Parameters:
value
- allowed object isString
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
equals
-
hashCode
public int hashCode() -
toString
-