| Modifier and Type | Field and Description |
|---|---|
protected List<StorageMethodType> |
StorageType.method |
protected List<StorageMethodType> |
StorageMethodListType.method |
| Modifier and Type | Method and Description |
|---|---|
StorageMethodType |
ObjectFactory.createStorageMethodType()
Create an instance of
StorageMethodType |
StorageMethodType |
StorageMethodType.withBandwidth(Long value) |
StorageMethodType |
StorageMethodType.withBrowse(boolean value) |
StorageMethodType |
StorageMethodType.withFailureMessage(String value) |
StorageMethodType |
StorageMethodType.withId(String value) |
StorageMethodType |
StorageMethodType.withLastFailure(XMLGregorianCalendar value) |
StorageMethodType |
StorageMethodType.withLastSuccess(XMLGregorianCalendar value) |
StorageMethodType |
StorageMethodType.withLoc(String value) |
StorageMethodType |
StorageMethodType.withMetadata(SimpleMetadataType value) |
StorageMethodType |
StorageMethodType.withRead(boolean value) |
StorageMethodType |
StorageMethodType.withType(String value) |
StorageMethodType |
StorageMethodType.withUri(String value) |
StorageMethodType |
StorageMethodType.withWrite(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
List<StorageMethodType> |
StorageType.getMethod()
Gets the value of the method property.
|
List<StorageMethodType> |
StorageMethodListType.getMethod()
Gets the value of the method property.
|
| Modifier and Type | Method and Description |
|---|---|
StorageType |
StorageType.withMethod(StorageMethodType... values) |
StorageMethodListType |
StorageMethodListType.withMethod(StorageMethodType... values) |
| Modifier and Type | Method and Description |
|---|---|
StorageType |
StorageType.withMethod(Collection<StorageMethodType> values) |
StorageMethodListType |
StorageMethodListType.withMethod(Collection<StorageMethodType> values) |
Copyright © 2015. All rights reserved.