public class ArchiveNotifyStatus extends AbstractExtension
| Modifier and Type | Class and Description |
|---|---|
static class |
ArchiveNotifyStatus.Value
Value.
|
| Constructor and Description |
|---|
ArchiveNotifyStatus()
Default mutable constructor.
|
ArchiveNotifyStatus(ArchiveNotifyStatus.Value value)
Immutable constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static ExtensionDescription |
getDefaultDescription(boolean required,
boolean repeatable)
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
|
ArchiveNotifyStatus.Value |
getValue()
Returns the value.
|
int |
hashCode() |
boolean |
hasValue()
Returns whether it has the value.
|
void |
setValue(ArchiveNotifyStatus.Value value)
Sets the value.
|
java.lang.String |
toString() |
disableStrictValidation, enableStrictValidation, generate, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, setImmutablepublic ArchiveNotifyStatus()
public ArchiveNotifyStatus(ArchiveNotifyStatus.Value value)
value - value.public ArchiveNotifyStatus.Value getValue()
public void setValue(ArchiveNotifyStatus.Value value)
value - value or null to resetpublic boolean hasValue()
public static ExtensionDescription getDefaultDescription(boolean required, boolean repeatable)
required - whether it is requiredrepeatable - whether it is repeatablepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object