Uses of Class
org.bedework.synch.wsmessages.SynchMasterType
-
Packages that use SynchMasterType Package Description org.bedework.synch.wsmessages -
-
Uses of SynchMasterType in org.bedework.synch.wsmessages
Fields in org.bedework.synch.wsmessages declared as SynchMasterType Modifier and Type Field Description protected SynchMasterTypeSubscribeRequestType. masterprotected SynchMasterTypeSubscriptionStatusResponseType. masterMethods in org.bedework.synch.wsmessages that return SynchMasterType Modifier and Type Method Description static SynchMasterTypeSynchMasterType. fromValue(String v)SynchMasterTypeSubscribeRequestType. getMaster()Gets the value of the master property.SynchMasterTypeSubscriptionStatusResponseType. getMaster()Gets the value of the master property.static SynchMasterTypeSynchMasterType. valueOf(String name)Returns the enum constant of this type with the specified name.static SynchMasterType[]SynchMasterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bedework.synch.wsmessages with parameters of type SynchMasterType Modifier and Type Method Description voidSubscribeRequestType. setMaster(SynchMasterType value)Sets the value of the master property.voidSubscriptionStatusResponseType. setMaster(SynchMasterType value)Sets the value of the master property.
-