public class Address extends Object
| Constructor and Description |
|---|
Address() |
Address(byte ton,
byte npi,
String address) |
| Modifier and Type | Method and Description |
|---|---|
int |
calculateByteSize() |
String |
getAddress() |
byte |
getNpi() |
byte |
getTon() |
void |
read(org.jboss.netty.buffer.ChannelBuffer buffer) |
void |
setAddress(String value) |
void |
setNpi(byte value) |
void |
setTon(byte value) |
String |
toString() |
void |
write(org.jboss.netty.buffer.ChannelBuffer buffer) |
public Address()
public Address(byte ton,
byte npi,
String address)
public byte getTon()
public void setTon(byte value)
public byte getNpi()
public void setNpi(byte value)
public String getAddress()
public void setAddress(String value)
public int calculateByteSize()
public void read(org.jboss.netty.buffer.ChannelBuffer buffer)
throws UnrecoverablePduException,
RecoverablePduException
public void write(org.jboss.netty.buffer.ChannelBuffer buffer)
throws UnrecoverablePduException,
RecoverablePduException
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.