Package com.example.metaschema
Class AssemblyReference
java.lang.Object
com.example.metaschema.AssemblyReference
- All Implemented Interfaces:
 gov.nist.secauto.metaschema.core.model.IBoundObject
@MetaschemaAssembly(formalName="Assembly Reference",
                    name="assembly-reference",
                    moduleClass=MetaschemaModelModule.class)
public class AssemblyReference
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
- 
Constructor Summary
ConstructorsConstructorDescriptionAssemblyReference(gov.nist.secauto.metaschema.core.model.IMetaschemaData data)  - 
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) voidsetFormalName(String value) voidsetGroupAs(GroupAs value) voidsetIndex(BigInteger value) voidsetMaxOccurs(String value) voidsetMinOccurs(BigInteger value) voidvoidvoidsetRemarks(Remarks value) voidsetUseName(UseName value) toString() 
- 
Constructor Details
- 
AssemblyReference
public AssemblyReference() - 
AssemblyReference
 
 - 
 - 
Method Details
- 
getMetaschemaData
- Specified by:
 getMetaschemaDatain interfacegov.nist.secauto.metaschema.core.model.IBoundObject
 - 
getRef
 - 
setRef
 - 
getIndex
 - 
setIndex
 - 
getDeprecated
 - 
setDeprecated
 - 
getMinOccurs
 - 
setMinOccurs
 - 
getMaxOccurs
 - 
setMaxOccurs
 - 
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
 - 
getGroupAs
 - 
setGroupAs
 - 
getRemarks
 - 
setRemarks
 - 
toString
 
 -