Package com.example.metaschema
Class AssemblyModel.ChoiceGroup.Assembly
java.lang.Object
com.example.metaschema.AssemblyModel.ChoiceGroup.Assembly
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
- Enclosing class:
- AssemblyModel.ChoiceGroup
@MetaschemaAssembly(formalName="Grouping Assembly Reference",
name="assembly",
moduleClass=MetaschemaModelModule.class)
public static class AssemblyModel.ChoiceGroup.Assembly
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAdd a newPropertyitem to the underlying collection.gov.nist.secauto.metaschema.core.datatype.markup.MarkupLinegetIndex()gov.nist.secauto.metaschema.core.model.IMetaschemaDatagetProps()getRef()booleanremoveProp(Property item) Remove the first matchingPropertyitem from the underlying collection.voidsetDeprecated(String value) voidsetDescription(gov.nist.secauto.metaschema.core.datatype.markup.MarkupLine value) voidsetDiscriminatorValue(String value) voidsetFormalName(String value) voidsetIndex(BigInteger value) voidvoidvoidsetRemarks(Remarks value) voidsetUseName(UseName value) toString()
-
Constructor Details
-
Assembly
public Assembly() -
Assembly
-
-
Method Details
-
getMetaschemaData
- Specified by:
getMetaschemaDatain interfacegov.nist.secauto.metaschema.core.model.IBoundObject
-
getRef
-
setRef
-
getIndex
-
setIndex
-
getDeprecated
-
setDeprecated
-
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
-
getUseName
-
setUseName
-
getDiscriminatorValue
-
setDiscriminatorValue
-
getRemarks
-
setRemarks
-
toString
-