Name | KrmsTypeAttribute | |
---|---|---|
Usage | KrmsTypeRepositoryService | |
KrmsTypeDefinition | Type | Complex |
immutable. To construct an instance of a KrmsTypeAttribute, use the {@link KrmsTypeAttribute.Builder} class.
Instances of KrmsTypeAttribute can be (un)marshalled to and from XML.
ShortName | Name | Type | Description | Required? | Read only? | Cardinality | XML Attribute? | Implementation Notes |
---|---|---|---|---|---|---|---|---|
id | Id | String | The unique identifier for an object. This can be null. | One | No | |||
typeId | Type Id | String | Returns the id of the KrmsTypeDefinition to which the attribute applies
|
Required | One | No | ||
attributeDefinitionId | Attribute Definition Id | String | Returns the id of the KrmsAttributeDefinition of the attribute.
|
Required | One | No | ||
sequenceNumber | Sequence Number | Integer | Returns the sequence number of the attribute within the KrmsTypeDefinition collection. The list of attributes is an ordered list. This value represents the position in the list |
Required | One | No | ||
active | Active | boolean | The active indicator for an object. | One | No | |||
versionNumber | Version Number | Long | Returns the version number for this object. In general, this value should only be null if the object has not yet been stored to a persistent data store. This version number is generally used for the purposes of optimistic locking. |
One | No |