public final class ForceMod extends ModificationType implements ForceModType, AmendmentsElement
The element forceMod is a metadata element specifying an (active or passive) modification in force for the document.
<xsd:element name=“forceMod”> <xsd:complexType> <xsd:complexContent> <xsd:extension base=“modificationType”> <xsd:attributeGroup ref=“forceModType”/> <xsd:extension> <xsd:complexContent> <xsd:complexType> <xsd:element>
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
ATTRIBUTES |
| Constructor and Description |
|---|
ForceMod() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
ForceMods |
getType() |
String |
name()
Name of this object (the name of the xml element)
|
void |
setType(ForceMods type) |
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
addDestination, addSource, getExclusion, getIncomplete, getPeriod, getRefersTo, getStatus, read, setExclusion, setIncomplete, setPeriod, setRefersTo, setStatusgetEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWid, toString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompare, nestedComparereadadd, getAttributes, nestedCompareprotected static final com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> ATTRIBUTES
public ForceMods getType()
getType in interface ForceModTypepublic void setType(ForceMods type)
setType in interface ForceModTypepublic void write(XmlWriter writer) throws IOException
The object implements the write method to save its contents by calling the methods of Output.
write in interface Corewrite in interface IdReqwrite in interface Externalizablewrite in class ModificationTypewriter - the stream to write the object toIOExceptionpublic String name()
Name of this object (the name of the xml element)
public com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> attributes()
To read attributes.
attributes in interface AknObjectattributes in class ModificationTypeCopyright © 2017. All rights reserved.