Class BwSynchPropertyInfo

java.lang.Object
org.bedework.synch.wsmessages.SynchPropertyInfoType
org.bedework.calfacade.synch.BwSynchPropertyInfo

public class BwSynchPropertyInfo extends org.bedework.synch.wsmessages.SynchPropertyInfoType
Information about connector properties
Version:
1.0
Author:
Mike Douglass douglm bedework.edu
  • Field Summary

    Fields inherited from class org.bedework.synch.wsmessages.SynchPropertyInfoType

    description, name, required, secure, type, value
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    copy(org.bedework.synch.wsmessages.SynchPropertyInfoType val)
     
     

    Methods inherited from class org.bedework.synch.wsmessages.SynchPropertyInfoType

    getDescription, getName, getType, getValue, isRequired, isSecure, setDescription, setName, setRequired, setSecure, setType, setValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • BwSynchPropertyInfo

      public BwSynchPropertyInfo()
  • Method Details

    • copy

      public static BwSynchPropertyInfo copy(org.bedework.synch.wsmessages.SynchPropertyInfoType val)
      Parameters:
      val - XML SynchPropertyInfoType
      Returns:
      one of these initialized from the parameter
    • toString

      public String toString()
      Overrides:
      toString in class Object