public class SystemGroup extends ValueConstruct
AbstractExtension.AttributesHandler
attrName
localName, namespace
Constructor and Description |
---|
SystemGroup()
Default mutable constructor.
|
SystemGroup(java.lang.String id)
Constructor (mutable or immutable).
|
Modifier and Type | Method and Description |
---|---|
static ExtensionDescription |
getDefaultDescription(boolean required,
boolean repeatable)
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
|
java.lang.String |
getId()
Returns the identifier for distinguishing various system groups.
|
boolean |
hasId()
Returns whether it has the identifier for distinguishing various system
groups.
|
void |
setId(java.lang.String id)
Sets the identifier for distinguishing various system groups.
|
java.lang.String |
toString() |
consumeAttributes, equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setRequired, setValue
disableStrictValidation, enableStrictValidation, eq, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate
public SystemGroup()
public SystemGroup(java.lang.String id)
id
- immutable identifier for distinguishing various system groups or
null
for a mutable identifier for distinguishing various
system groupspublic java.lang.String getId()
public void setId(java.lang.String id)
id
- identifier for distinguishing various system groups or
null
to resetpublic boolean hasId()
public static ExtensionDescription getDefaultDescription(boolean required, boolean repeatable)
required
- whether it is requiredrepeatable
- whether it is repeatablepublic java.lang.String toString()
toString
in class java.lang.Object