|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sciplore.rest.RelatednessType
public class RelatednessType
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 |
|---|
public RelatednessType()
| Method Detail |
|---|
public double getValue()
public void setValue(double value)
public java.math.BigInteger getDoc1()
BigIntegerpublic void setDoc1(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getDoc2()
BigIntegerpublic void setDoc2(java.math.BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||