com.epam.fix.validation.beans
Class A

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

public class A
extends Object
implements Findable

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>anyURI">
       <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String href
           
protected  String value
           
 
Constructor Summary
A()
           
 
Method Summary
 int compareTo(Object o)
           
 boolean equals(Object o)
           
 String getHref()
          Gets the value of the href property.
 String getValue()
          Gets the value of the value property.
 int hashCode()
           
 void setHref(String value)
          Sets the value of the href property.
 void setValue(String value)
          Sets the value of the value property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected String value

href

protected String href
Constructor Detail

A

public A()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getHref

public String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

toString

public String toString()
Overrides:
toString in class Object

compareTo

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

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.