public final class EfficacyMod extends ModificationType implements EfficacyModType, AmendmentsElement
The element efficacyMod is a metadata element specifying an (active or passive) modification in efficacy for the document.
<xsd:element name=“efficacyMod”> <xsd:complexType> <xsd:complexContent> <xsd:extension base=“modificationType”> <xsd:attributeGroup ref=“efficacyModType”/> </xsd:extension> </xsd:complexContent> </xsd:complexType> </xsd:element>
| Constructor and Description |
|---|
EfficacyMod() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
EfficacyMods |
getType() |
String |
name()
Name of this object (the name of the xml element)
|
void |
setType(EfficacyMods 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, nestedComparepublic EfficacyMods getType()
getType in interface EfficacyModTypepublic void setType(EfficacyMods type)
setType in interface EfficacyModTypepublic 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.