public abstract class ModificationType extends AbstractId implements Core, IdReq, Enactment, Modifiers, RefersOpt
The complex type modificationType lists all the properties associated to modification elements.
<xsd:complexType name=“modificationType”> <xsd:sequence> <xsd:element ref=“source” minOccurs=“1” maxOccurs=“unbounded” /> <xsd:element ref=“destination” minOccurs=“1” maxOccurs=“unbounded” /> <xsd:element ref=“force” minOccurs=“0” maxOccurs=“1” /> <xsd:element ref=“efficacy” minOccurs=“0” maxOccurs=“1” /> <xsd:element ref=“application” minOccurs=“0” maxOccurs=“1” /> <xsd:element ref=“duration” minOccurs=“0” maxOccurs=“1” /> <xsd:element ref=“condition” minOccurs=“0” maxOccurs=“1” /> <xsd:sequence> <xsd:attributeGroup ref=“core”/> <xsd:attributeGroup ref=“idreq” /> <xsd:attributeGroup ref=“enactment” /> <xsd:attributeGroup ref=“modifiers” /> <xsd:attributeGroup ref=“refers” /> <xsd:complexType>
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
ATTRIBUTES |
| Constructor and Description |
|---|
ModificationType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDestination(Destination destination) |
void |
addSource(Source source) |
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
Boolean |
getExclusion() |
Boolean |
getIncomplete() |
TemporalGroupRef |
getPeriod() |
ListReferenceRef |
getRefersTo() |
StatusType |
getStatus() |
void |
read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
|
void |
setExclusion(Boolean exclusion) |
void |
setIncomplete(Boolean incomplete) |
void |
setPeriod(TemporalGroupRef period) |
void |
setRefersTo(ListReferenceRef refersTo) |
void |
setStatus(StatusType status) |
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
getEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWid, toString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, getAttributes, nestedCompareprotected static final com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> ATTRIBUTES
public ListReferenceRef getRefersTo()
getRefersTo in interface Referspublic void setRefersTo(ListReferenceRef refersTo)
setRefersTo in interface Referspublic StatusType getStatus()
public void setStatus(StatusType status)
public TemporalGroupRef getPeriod()
public void setPeriod(TemporalGroupRef period)
public Boolean getExclusion()
getExclusion in interface Modifierspublic void setExclusion(Boolean exclusion)
setExclusion in interface Modifierspublic Boolean getIncomplete()
getIncomplete in interface Modifierspublic void setIncomplete(Boolean incomplete)
setIncomplete in interface Modifierspublic void addSource(Source source)
public void addDestination(Destination destination)
public 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 Externalizablewriter - the stream to write the object toIOExceptionpublic void read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
read in interface Externalizableread in class AbstractIdreader - the stream to read data from in order to restore the objectpublic com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> attributes()
To read attributes.
attributes in interface AknObjectattributes in class AbstractIdCopyright © 2017. All rights reserved.