|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nortel.soa.oi.opennetworking.types.CancelCDNLandingPadRequestType
public class CancelCDNLandingPadRequestType
Java class for CancelCDNLandingPadRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CancelCDNLandingPadRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="landingPadCDN" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="authentication" type="{http://www.nortel.com/soa/oi/cct/types}authentication"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CancelCDNLandingPadRequestType()
|
|
| Method Summary | |
|---|---|
Authentication |
getAuthentication()
Gets the value of the authentication property. |
java.lang.String |
getLandingPadCDN()
Gets the value of the landingPadCDN property. |
void |
setAuthentication(Authentication value)
Sets the value of the authentication property. |
void |
setLandingPadCDN(java.lang.String value)
Sets the value of the landingPadCDN property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CancelCDNLandingPadRequestType()
| Method Detail |
|---|
public java.lang.String getLandingPadCDN()
Stringpublic void setLandingPadCDN(java.lang.String value)
value - allowed object is
Stringpublic Authentication getAuthentication()
Authenticationpublic void setAuthentication(Authentication value)
value - allowed object is
Authentication
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||