|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nortel.soa.oi.cct.types.AddressPropertyAddressTerminalAssociation
public class AddressPropertyAddressTerminalAssociation
Java class for addressPropertyAddressTerminalAssociation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addressPropertyAddressTerminalAssociation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="address" type="{http://www.nortel.com/soa/oi/cct/types}address"/> <element name="terminal" type="{http://www.nortel.com/soa/oi/cct/types}terminal"/> <element name="orderNo" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AddressPropertyAddressTerminalAssociation()
|
Method Summary | |
---|---|
Address |
getAddress()
Gets the value of the address property. |
long |
getOrderNo()
Gets the value of the orderNo property. |
Terminal |
getTerminal()
Gets the value of the terminal property. |
void |
setAddress(Address value)
Sets the value of the address property. |
void |
setOrderNo(long value)
Sets the value of the orderNo property. |
void |
setTerminal(Terminal value)
Sets the value of the terminal property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddressPropertyAddressTerminalAssociation()
Method Detail |
---|
public Address getAddress()
Address
public void setAddress(Address value)
value
- allowed object is
Address
public Terminal getTerminal()
Terminal
public void setTerminal(Terminal value)
value
- allowed object is
Terminal
public long getOrderNo()
public void setOrderNo(long value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |