| Package | Description |
|---|---|
| org.bedework.synch.wsmessages |
| Modifier and Type | Field and Description |
|---|---|
protected SynchDirectionType |
SubscriptionStatusResponseType.direction |
protected SynchDirectionType |
SubscribeRequestType.direction |
| Modifier and Type | Method and Description |
|---|---|
static SynchDirectionType |
SynchDirectionType.fromValue(String v) |
SynchDirectionType |
SubscriptionStatusResponseType.getDirection()
Gets the value of the direction property.
|
SynchDirectionType |
SubscribeRequestType.getDirection()
Gets the value of the direction property.
|
static SynchDirectionType |
SynchDirectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynchDirectionType[] |
SynchDirectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionStatusResponseType.setDirection(SynchDirectionType value)
Sets the value of the direction property.
|
void |
SubscribeRequestType.setDirection(SynchDirectionType value)
Sets the value of the direction property.
|
Copyright © 2019 Bedework. All rights reserved.