org.sciplore.rest
Class RelatednessType

java.lang.Object
  extended by org.sciplore.rest.RelatednessType

public class RelatednessType
extends java.lang.Object

Java class for relatednessType complex type.

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

 <complexType name="relatednessType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="doc1" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
       <attribute name="doc2" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
RelatednessType()
           
 
Method Summary
 java.math.BigInteger getDoc1()
          Gets the value of the doc1 property.
 java.math.BigInteger getDoc2()
          Gets the value of the doc2 property.
 double getValue()
          Gets the value of the value property.
 void setDoc1(java.math.BigInteger value)
          Sets the value of the doc1 property.
 void setDoc2(java.math.BigInteger value)
          Sets the value of the doc2 property.
 void setValue(double value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatednessType

public RelatednessType()
Method Detail

getValue

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


setValue

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


getDoc1

public java.math.BigInteger getDoc1()
Gets the value of the doc1 property.

Returns:
possible object is BigInteger

setDoc1

public void setDoc1(java.math.BigInteger value)
Sets the value of the doc1 property.

Parameters:
value - allowed object is BigInteger

getDoc2

public java.math.BigInteger getDoc2()
Gets the value of the doc2 property.

Returns:
possible object is BigInteger

setDoc2

public void setDoc2(java.math.BigInteger value)
Sets the value of the doc2 property.

Parameters:
value - allowed object is BigInteger