public class ConnectionCapabilities
extends java.lang.Object
Java class for connectionCapabilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="connectionCapabilities"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="canAccept" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canAlert" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canDisconnect" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canPark" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canRedirect" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canReject" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ConnectionCapabilities() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCanAccept()
Gets the value of the canAccept property.
|
boolean |
isCanAlert()
Gets the value of the canAlert property.
|
boolean |
isCanDisconnect()
Gets the value of the canDisconnect property.
|
boolean |
isCanPark()
Gets the value of the canPark property.
|
boolean |
isCanRedirect()
Gets the value of the canRedirect property.
|
boolean |
isCanReject()
Gets the value of the canReject property.
|
void |
setCanAccept(boolean value)
Sets the value of the canAccept property.
|
void |
setCanAlert(boolean value)
Sets the value of the canAlert property.
|
void |
setCanDisconnect(boolean value)
Sets the value of the canDisconnect property.
|
void |
setCanPark(boolean value)
Sets the value of the canPark property.
|
void |
setCanRedirect(boolean value)
Sets the value of the canRedirect property.
|
void |
setCanReject(boolean value)
Sets the value of the canReject property.
|
public boolean isCanAccept()
public void setCanAccept(boolean value)
public boolean isCanAlert()
public void setCanAlert(boolean value)
public boolean isCanDisconnect()
public void setCanDisconnect(boolean value)
public boolean isCanPark()
public void setCanPark(boolean value)
public boolean isCanRedirect()
public void setCanRedirect(boolean value)
public boolean isCanReject()
public void setCanReject(boolean value)
Copyright © 2010 All Rights Reserved.