|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nortel.soa.oi.cct.types.Terminal
public class Terminal
Java class for terminal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="terminal">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="terminalName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="terminalType" type="{http://www.nortel.com/soa/oi/cct/types}terminalType"/>
<element name="provider" type="{http://www.nortel.com/soa/oi/cct/types}provider"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Terminal()
|
|
Terminal(java.lang.String name,
TerminalType type,
Provider theProvider,
java.lang.String theStatus)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
Provider |
getProvider()
Gets the value of the provider property. |
java.lang.String |
getStatus()
Gets the value of the status property. |
java.lang.String |
getTerminalName()
Gets the value of the terminalName property. |
TerminalType |
getTerminalType()
Gets the value of the terminalType property. |
int |
hashCode()
|
void |
setProvider(Provider value)
Sets the value of the provider property. |
void |
setStatus(java.lang.String value)
Sets the value of the status property. |
void |
setTerminalName(java.lang.String value)
Sets the value of the terminalName property. |
void |
setTerminalType(TerminalType value)
Sets the value of the terminalType property. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Terminal()
public Terminal(java.lang.String name,
TerminalType type,
Provider theProvider,
java.lang.String theStatus)
| Method Detail |
|---|
public java.lang.String getTerminalName()
Stringpublic void setTerminalName(java.lang.String value)
value - allowed object is
Stringpublic TerminalType getTerminalType()
TerminalTypepublic void setTerminalType(TerminalType value)
value - allowed object is
TerminalTypepublic Provider getProvider()
Providerpublic void setProvider(Provider value)
value - allowed object is
Providerpublic java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||