Package com.example.metaschema
Class InlineDefineField
java.lang.Object
com.example.metaschema.InlineDefineField
- All Implemented Interfaces:
 gov.nist.secauto.metaschema.core.model.IBoundObject
@MetaschemaAssembly(formalName="Inline Field Definition",
                    name="inline-define-field",
                    moduleClass=MetaschemaModelModule.class)
public class InlineDefineField
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
- 
Constructor Summary
ConstructorsConstructorDescriptionInlineDefineField(gov.nist.secauto.metaschema.core.model.IMetaschemaData data)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanaddExample(Example item) Add a newExampleitem to the underlying collection.booleanAdd a newPropertyitem to the underlying collection.gov.nist.secauto.metaschema.core.datatype.markup.MarkupLinegetFlags()getIndex()getInXml()gov.nist.secauto.metaschema.core.model.IMetaschemaDatagetName()getProps()booleanremoveExample(Example item) Remove the first matchingExampleitem from the underlying collection.booleanremoveProp(Property item) Remove the first matchingPropertyitem from the underlying collection.voidvoidsetConstraint(FieldConstraints value) voidsetDefault(String value) voidsetDeprecated(String value) voidsetDescription(gov.nist.secauto.metaschema.core.datatype.markup.MarkupLine value) voidsetExamples(List<Example> value) voidvoidsetFormalName(String value) voidsetGroupAs(GroupAs value) voidsetIndex(BigInteger value) voidvoidsetJsonKey(JsonKey value) voidsetJsonValueKey(String value) voidvoidsetMaxOccurs(String value) voidsetMinOccurs(BigInteger value) voidvoidvoidsetRemarks(Remarks value) toString() 
- 
Constructor Details
- 
InlineDefineField
public InlineDefineField() - 
InlineDefineField
 
 - 
 - 
Method Details
- 
getMetaschemaData
- Specified by:
 getMetaschemaDatain interfacegov.nist.secauto.metaschema.core.model.IBoundObject
 - 
getName
 - 
setName
 - 
getIndex
 - 
setIndex
 - 
getDeprecated
 - 
setDeprecated
 - 
getAsType
 - 
setAsType
 - 
getDefault
 - 
setDefault
 - 
getMinOccurs
 - 
setMinOccurs
 - 
getMaxOccurs
 - 
setMaxOccurs
 - 
getInXml
 - 
setInXml
 - 
getFormalName
 - 
setFormalName
 - 
getDescription
 - 
setDescription
 - 
getProps
 - 
setProps
 - 
addProp
Add a newPropertyitem to the underlying collection.- Parameters:
 item- the item to add- Returns:
 true
 - 
removeProp
Remove the first matchingPropertyitem from the underlying collection.- Parameters:
 item- the item to remove- Returns:
 trueif the item was removed orfalseotherwise
 - 
getJsonKey
 - 
setJsonKey
 - 
getJsonValueKey
 - 
setJsonValueKey
 - 
getJsonValueKeyFlag
 - 
setJsonValueKeyFlag
 - 
getGroupAs
 - 
setGroupAs
 - 
getFlags
 - 
setFlags
 - 
getConstraint
 - 
setConstraint
 - 
getRemarks
 - 
setRemarks
 - 
getExamples
 - 
setExamples
 - 
addExample
Add a newExampleitem to the underlying collection.- Parameters:
 item- the item to add- Returns:
 true
 - 
removeExample
Remove the first matchingExampleitem from the underlying collection.- Parameters:
 item- the item to remove- Returns:
 trueif the item was removed orfalseotherwise
 - 
toString
 
 -