Class SchemaTypeChoiceProperties

    • Constructor Detail

      • SchemaTypeChoiceProperties

        public SchemaTypeChoiceProperties()
        Default constructor
      • SchemaTypeChoiceProperties

        public SchemaTypeChoiceProperties​(SchemaTypeChoiceProperties template)
        Copy/clone Constructor - the parentAsset is passed separately to the template because it is also likely to be being cloned in the same operation and we want the definitions clone to point to the asset clone and not the original asset.
        Parameters:
        template - template object to copy.