org.hackystat.dailyprojectdata.resource.coupling.jaxb
Class CouplingData

java.lang.Object
  extended by org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingData
All Implemented Interfaces:
java.io.Serializable

public class CouplingData
extends java.lang.Object
implements java.io.Serializable

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">
       <attribute ref="{}Uri use="required""/>
       <attribute ref="{}Afferent use="required""/>
       <attribute ref="{}Efferent use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.math.BigInteger afferent
           
protected  java.math.BigInteger efferent
           
protected  java.lang.String uri
           
 
Constructor Summary
CouplingData()
           
 
Method Summary
 java.math.BigInteger getAfferent()
          Gets the value of the afferent property.
 java.math.BigInteger getEfferent()
          Gets the value of the efferent property.
 java.lang.String getUri()
          Gets the value of the uri property.
 boolean isSetAfferent()
           
 boolean isSetEfferent()
           
 boolean isSetUri()
           
 void setAfferent(java.math.BigInteger value)
          Sets the value of the afferent property.
 void setEfferent(java.math.BigInteger value)
          Sets the value of the efferent property.
 void setUri(java.lang.String value)
          Sets the value of the uri property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uri

protected java.lang.String uri

afferent

protected java.math.BigInteger afferent

efferent

protected java.math.BigInteger efferent
Constructor Detail

CouplingData

public CouplingData()
Method Detail

getUri

public java.lang.String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(java.lang.String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String

isSetUri

public boolean isSetUri()

getAfferent

public java.math.BigInteger getAfferent()
Gets the value of the afferent property.

Returns:
possible object is BigInteger

setAfferent

public void setAfferent(java.math.BigInteger value)
Sets the value of the afferent property.

Parameters:
value - allowed object is BigInteger

isSetAfferent

public boolean isSetAfferent()

getEfferent

public java.math.BigInteger getEfferent()
Gets the value of the efferent property.

Returns:
possible object is BigInteger

setEfferent

public void setEfferent(java.math.BigInteger value)
Sets the value of the efferent property.

Parameters:
value - allowed object is BigInteger

isSetEfferent

public boolean isSetEfferent()