|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingData
public class CouplingData
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>
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 |
---|
protected java.lang.String uri
protected java.math.BigInteger afferent
protected java.math.BigInteger efferent
Constructor Detail |
---|
public CouplingData()
Method Detail |
---|
public java.lang.String getUri()
String
public void setUri(java.lang.String value)
value
- allowed object is
String
public boolean isSetUri()
public java.math.BigInteger getAfferent()
BigInteger
public void setAfferent(java.math.BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetAfferent()
public java.math.BigInteger getEfferent()
BigInteger
public void setEfferent(java.math.BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetEfferent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |