Package com.example.metaschema
Class AssemblyModel.ChoiceGroup.Field
java.lang.Object
com.example.metaschema.AssemblyModel.ChoiceGroup.Field
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
- Enclosing class:
- AssemblyModel.ChoiceGroup
@MetaschemaAssembly(formalName="Grouping Field Reference",
name="field",
moduleClass=MetaschemaModelModule.class)
public static class AssemblyModel.ChoiceGroup.Field
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Add a newProperty
item to the underlying collection.gov.nist.secauto.metaschema.core.datatype.markup.MarkupLine
getIndex()
getInXml()
gov.nist.secauto.metaschema.core.model.IMetaschemaData
getProps()
getRef()
boolean
removeProp
(Property item) Remove the first matchingProperty
item from the underlying collection.void
setDefault
(String value) void
setDeprecated
(String value) void
setDescription
(gov.nist.secauto.metaschema.core.datatype.markup.MarkupLine value) void
setDiscriminatorValue
(String value) void
setFormalName
(String value) void
setIndex
(BigInteger value) void
void
void
void
setRemarks
(Remarks value) void
setUseName
(UseName value) toString()
-
Constructor Details
-
Field
public Field() -
Field
-
-
Method Details
-
getMetaschemaData
- Specified by:
getMetaschemaData
in interfacegov.nist.secauto.metaschema.core.model.IBoundObject
-
getRef
-
setRef
-
getIndex
-
setIndex
-
getDeprecated
-
setDeprecated
-
getDefault
-
setDefault
-
getInXml
-
setInXml
-
getFormalName
-
setFormalName
-
getDescription
-
setDescription
-
getProps
-
setProps
-
addProp
Add a newProperty
item to the underlying collection.- Parameters:
item
- the item to add- Returns:
true
-
removeProp
Remove the first matchingProperty
item from the underlying collection.- Parameters:
item
- the item to remove- Returns:
true
if the item was removed orfalse
otherwise
-
getUseName
-
setUseName
-
getDiscriminatorValue
-
setDiscriminatorValue
-
getRemarks
-
setRemarks
-
toString
-