public class ServiceProviderAccessDeviceFileDeviceFilesTableRow extends Object implements BroadWorksTableRow, Serializable
Constructor and Description |
---|
ServiceProviderAccessDeviceFileDeviceFilesTableRow() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAccessURL() |
String |
getExtendedCapture() |
String |
getFileFormat() |
static ServiceProviderAccessDeviceFileDeviceFilesTableRow |
getFromNode(Node n)
Creates the OCI Table Row with the given Node
|
static List<ServiceProviderAccessDeviceFileDeviceFilesTableRow> |
getFromNodeArray(Node[] nodeArray)
Creates the OCI Table Type Array with the given NodeArray
|
String |
getIsAuthenticated() |
String |
getRepositoryURL() |
String |
getTemplateURL() |
int |
hashCode() |
void |
setAccessURL(String accessURL) |
void |
setExtendedCapture(String extendedCapture) |
void |
setFileFormat(String fileFormat) |
void |
setIsAuthenticated(String isAuthenticated) |
void |
setRepositoryURL(String repositoryURL) |
void |
setTemplateURL(String templateURL) |
public ServiceProviderAccessDeviceFileDeviceFilesTableRow()
public String getFileFormat()
public void setFileFormat(String fileFormat)
public String getIsAuthenticated()
public void setIsAuthenticated(String isAuthenticated)
public String getAccessURL()
public void setAccessURL(String accessURL)
public String getRepositoryURL()
public void setRepositoryURL(String repositoryURL)
public String getTemplateURL()
public void setTemplateURL(String templateURL)
public String getExtendedCapture()
public void setExtendedCapture(String extendedCapture)
@GwtIncompatible public static ServiceProviderAccessDeviceFileDeviceFilesTableRow getFromNode(Node n)
n
- The Node to parse for the OCI Table@GwtIncompatible public static List<ServiceProviderAccessDeviceFileDeviceFilesTableRow> getFromNodeArray(Node[] nodeArray)
nodeArray
- The NodeArray to parse for the OCI TableCopyright © 2017 ECG. All rights reserved.