public class StorageOptions extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
StorageOptions.DigitalSignatureSupport |
static class |
StorageOptions.ElementCoercion |
static class |
StorageOptions.LevelOfSupport |
Modifier and Type | Field and Description |
---|---|
private StorageOptions.DigitalSignatureSupport |
digitalSignatureSupport |
private StorageOptions.ElementCoercion |
elementCoercion |
private StorageOptions.LevelOfSupport |
levelOfSupport |
private static long |
serialVersionUID |
Constructor and Description |
---|
StorageOptions() |
StorageOptions(StorageOptions.LevelOfSupport levelOfSupport,
StorageOptions.DigitalSignatureSupport levelOfDigitalSignatureSupport,
StorageOptions.ElementCoercion getElementCoercion) |
Modifier and Type | Method and Description |
---|---|
StorageOptions |
copy() |
boolean |
equals(Object o) |
StorageOptions.DigitalSignatureSupport |
getDigitalSignatureSupport() |
StorageOptions.ElementCoercion |
getElementCoercion() |
StorageOptions.LevelOfSupport |
getLevelOfSupport() |
int |
hashCode() |
void |
setDigitalSignatureSupport(StorageOptions.DigitalSignatureSupport digitalSignatureSupport) |
void |
setElementCoercion(StorageOptions.ElementCoercion elementCoercion) |
void |
setLevelOfSupport(StorageOptions.LevelOfSupport levelOfSupport) |
byte[] |
toExtendedNegotiationInformation() |
String |
toString() |
static StorageOptions |
valueOf(ExtendedNegotiation extNeg) |
private static final long serialVersionUID
private StorageOptions.LevelOfSupport levelOfSupport
private StorageOptions.DigitalSignatureSupport digitalSignatureSupport
private StorageOptions.ElementCoercion elementCoercion
public StorageOptions()
public StorageOptions(StorageOptions.LevelOfSupport levelOfSupport, StorageOptions.DigitalSignatureSupport levelOfDigitalSignatureSupport, StorageOptions.ElementCoercion getElementCoercion)
public final StorageOptions.LevelOfSupport getLevelOfSupport()
public final void setLevelOfSupport(StorageOptions.LevelOfSupport levelOfSupport)
public final StorageOptions.DigitalSignatureSupport getDigitalSignatureSupport()
public final void setDigitalSignatureSupport(StorageOptions.DigitalSignatureSupport digitalSignatureSupport)
public final StorageOptions.ElementCoercion getElementCoercion()
public final void setElementCoercion(StorageOptions.ElementCoercion elementCoercion)
public byte[] toExtendedNegotiationInformation()
public static StorageOptions valueOf(ExtendedNegotiation extNeg)
public StorageOptions copy()
Copyright © 2017 dcm4che.org. All rights reserved.