Class AbstractProperty

    • Field Detail

      • minOccurs

        protected java.lang.Integer minOccurs
      • maxOccurs

        protected java.lang.Integer maxOccurs
    • Constructor Detail

      • AbstractProperty

        protected AbstractProperty()
      • AbstractProperty

        public AbstractProperty​(java.lang.String path,
                                AppSchema schema)
    • Method Detail

      • getMinOccurs

        public int getMinOccurs()
      • isSetMinOccurs

        public boolean isSetMinOccurs()
      • setMinOccurs

        public void setMinOccurs​(int minOccurs)
      • getMaxOccurs

        public java.lang.Integer getMaxOccurs()
      • isSetMaxOccurs

        public boolean isSetMaxOccurs()
      • setMaxOccurs

        public void setMaxOccurs​(java.lang.Integer maxOccurs)