public class FileRepositoryProtocolWebDAV20 extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Boolean |
extendedFileCaptureSupport |
protected String |
netAddress |
protected Boolean |
secure |
Constructor and Description |
---|
FileRepositoryProtocolWebDAV20()
Serializable Constructor
|
FileRepositoryProtocolWebDAV20(Boolean secure,
String netAddress,
Boolean extendedFileCaptureSupport) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Element |
formRequest(Request<?> request,
FileRepositoryProtocolWebDAV20 datatype,
String elementName)
Appends this DataType to the given Request
|
static FileRepositoryProtocolWebDAV20[] |
getArrayFromNode(Node node,
String elementName)
Retrieves an array of elements of type FileRepositoryProtocolWebDAV20 by parsing the XML node.
|
Boolean |
getExtendedFileCaptureSupport() |
static FileRepositoryProtocolWebDAV20 |
getFromNode(Node node)
Retrieves an elements of type FileRepositoryProtocolWebDAV20 by parsing an XML node.
|
String |
getNetAddress() |
Boolean |
getSecure() |
int |
hashCode() |
FileRepositoryProtocolWebDAV20 |
setExtendedFileCaptureSupport(Boolean extendedFileCaptureSupport) |
FileRepositoryProtocolWebDAV20 |
setNetAddress(String netAddress) |
FileRepositoryProtocolWebDAV20 |
setSecure(Boolean secure) |
@NotNull protected Boolean secure
@NotNull @Size(min=1, max=80) protected String netAddress
@NotNull protected Boolean extendedFileCaptureSupport
public FileRepositoryProtocolWebDAV20(Boolean secure, String netAddress, Boolean extendedFileCaptureSupport)
public FileRepositoryProtocolWebDAV20()
public Boolean getSecure()
public FileRepositoryProtocolWebDAV20 setSecure(Boolean secure)
public String getNetAddress()
public FileRepositoryProtocolWebDAV20 setNetAddress(String netAddress)
public Boolean getExtendedFileCaptureSupport()
public FileRepositoryProtocolWebDAV20 setExtendedFileCaptureSupport(Boolean extendedFileCaptureSupport)
@GwtIncompatible public static Element formRequest(Request<?> request, FileRepositoryProtocolWebDAV20 datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static FileRepositoryProtocolWebDAV20 getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static FileRepositoryProtocolWebDAV20[] getArrayFromNode(Node node, String elementName)
node
- The source node to retrieve the array.elementName
- The element name to iterate through.Copyright © 2016 ECG. All rights reserved.