Class CustomProperty

    • Field Detail

      • name

        protected java.lang.String name
      • simpleValue

        protected java.lang.String simpleValue
    • Constructor Detail

      • CustomProperty

        public CustomProperty()
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getSimpleValue

        public java.lang.String getSimpleValue()
      • setSimpleValue

        public void setSimpleValue​(java.lang.String simpleValue)
      • setComplexValue

        public void setComplexValue​(ComplexDataType complexValue)