Returns the address.returnString return address;
return address;
returnReturns the c1Name. return c1Name;
return c1Name;
returnReturns the c. return c2;
return c2;
returnReturns the cs. return c2s;
return c2s;
Returns the d.returnD return d;
return d;
Sets the address.paramaddress The address to set this.address = address;
this.address = address;
paramname The c1Name to set. c1Name = name;
c1Name = name;
paramc The c to set. this.c2 = c;
this.c2 = c;
paramcs The cs to set. this.c2s = cs;
this.c2s = cs;
Sets the d.paramd The d to set this.d = d;
this.d = d;