public class AddressPropertyAddressTerminalAssociation
extends java.lang.Object
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" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
AddressPropertyAddressTerminalAssociation() |
Modifier and Type | Method and Description |
---|---|
Address |
getAddress()
Gets the value of the address property.
|
java.lang.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(java.lang.Long value)
Sets the value of the orderNo property.
|
void |
setTerminal(Terminal value)
Sets the value of the terminal property.
|
public AddressPropertyAddressTerminalAssociation()
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 java.lang.Long getOrderNo()
Long
public void setOrderNo(java.lang.Long value)
value
- allowed object is
Long
Copyright © 2010 All Rights Reserved.