com.ibm.zosconnect.spi

Class ServiceArchiveProperty



  • public class ServiceArchiveProperty
    extends ServiceArchiveData
    Class to represent a property to store in the service archive.
    • Constructor Detail

      • ServiceArchiveProperty

        public ServiceArchiveProperty(java.lang.String propertyName,
                                      java.lang.Boolean value)
      • ServiceArchiveProperty

        public ServiceArchiveProperty(java.lang.String propertyName,
                                      java.lang.Byte value)
      • ServiceArchiveProperty

        public ServiceArchiveProperty(java.lang.String propertyName,
                                      java.lang.Character value)
      • ServiceArchiveProperty

        public ServiceArchiveProperty(java.lang.String propertyName,
                                      java.lang.Double value)
      • ServiceArchiveProperty

        public ServiceArchiveProperty(java.lang.String propertyName,
                                      java.lang.String path,
                                      byte[] contents)
      • ServiceArchiveProperty

        public ServiceArchiveProperty(java.lang.String propertyName,
                                      java.lang.Float value)
      • ServiceArchiveProperty

        public ServiceArchiveProperty(java.lang.String propertyName,
                                      java.lang.Integer value)
      • ServiceArchiveProperty

        public ServiceArchiveProperty(java.lang.String propertyName,
                                      java.lang.Long value)
      • ServiceArchiveProperty

        public ServiceArchiveProperty(java.lang.String propertyName,
                                      java.lang.Short value)
      • ServiceArchiveProperty

        public ServiceArchiveProperty(java.lang.String propertyName,
                                      java.lang.String value)
      • ServiceArchiveProperty

        public ServiceArchiveProperty(java.lang.String propertyName,
                                      java.lang.String value,
                                      boolean isPassword)