JSONProperty |
JSONProperty.addAdditionalProperty(java.lang.String key,
java.lang.Object value) |
JSONProperty |
JSONProperty.propName(java.lang.String propName) |
JSONProperty |
JSONProperty.setCardinality(java.lang.String cardinality) |
JSONProperty |
JSONProperty.setDefValue(java.lang.Object defValue) |
JSONProperty |
JSONProperty.setDescription(java.lang.String description) |
JSONProperty |
JSONProperty.setESigEnabled(boolean esigEnabled) |
JSONProperty |
JSONProperty.setItem(JSONSchema item) |
JSONProperty |
JSONProperty.setMaximum(java.lang.Double maximum) |
JSONProperty |
JSONProperty.setMaxItems(java.lang.Integer maxItems) |
JSONProperty |
JSONProperty.setMaxLength(java.lang.Integer maxLength) |
JSONProperty |
JSONProperty.setMinimum(java.lang.Double minimum) |
JSONProperty |
JSONProperty.setMinItems(java.lang.Integer minItems) |
JSONProperty |
JSONProperty.setObjectName(java.lang.String objectName) |
JSONProperty |
JSONProperty.setOneOf(com.ibm.json.java.JSONArray oneOf) |
JSONProperty |
JSONProperty.setOneOf(java.lang.String one) |
JSONProperty |
JSONProperty.setPattern(java.util.regex.Pattern patt) |
JSONProperty |
JSONProperty.setPropName(JSONProperty prop,
java.lang.String propName) |
JSONProperty |
JSONProperty.setPropName(java.lang.String propName) |
JSONProperty |
JSONProperty.setRelation(java.lang.String relation) |
JSONProperty |
JSONProperty.setRemarks(java.lang.String remarks) |
JSONProperty |
JSONProperty.setRepresentaionType(java.lang.String representaionType) |
JSONProperty |
JSONProperty.setRequired(boolean required) |
JSONProperty |
JSONProperty.setScale(java.lang.Integer scale) |
JSONProperty |
JSONProperty.setSchema(JSONSchema schema) |
JSONProperty |
JSONProperty.setSubType(java.lang.String subType) |
JSONProperty |
JSONProperty.setTitle(java.lang.String title) |
JSONProperty |
JSONProperty.setType(java.lang.String type) |
JSONProperty |
JSONProperty.setUsage(java.lang.String... usage) |
JSONProperty |
JSONProperty.setUserDefined(java.lang.Boolean userDefined) |