2011-01-11 13:59:28 -03:00
|
|
|
//
|
|
|
|
|
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
|
|
|
|
|
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
|
|
|
|
// Any modifications to this file will be lost upon recompilation of the source schema.
|
|
|
|
|
// Generated on: 2011.01.10 at 02:12:59 PM ART
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package com.wisemapping.xml.freemind;
|
|
|
|
|
|
|
|
|
|
import java.math.BigInteger;
|
|
|
|
|
import java.util.ArrayList;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
import javax.xml.bind.annotation.XmlAccessType;
|
|
|
|
|
import javax.xml.bind.annotation.XmlAccessorType;
|
|
|
|
|
import javax.xml.bind.annotation.XmlAttribute;
|
|
|
|
|
import javax.xml.bind.annotation.XmlElement;
|
|
|
|
|
import javax.xml.bind.annotation.XmlElements;
|
|
|
|
|
import javax.xml.bind.annotation.XmlID;
|
|
|
|
|
import javax.xml.bind.annotation.XmlRootElement;
|
|
|
|
|
import javax.xml.bind.annotation.XmlSchemaType;
|
|
|
|
|
import javax.xml.bind.annotation.XmlType;
|
|
|
|
|
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
|
|
|
|
|
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* <p>Java class for anonymous complex type.
|
2011-04-08 17:53:32 -03:00
|
|
|
* <p/>
|
2011-01-11 13:59:28 -03:00
|
|
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
2011-04-08 17:53:32 -03:00
|
|
|
* <p/>
|
2011-01-11 13:59:28 -03:00
|
|
|
* <pre>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <choice maxOccurs="unbounded" minOccurs="0">
|
|
|
|
|
* <element ref="{}arrowlink"/>
|
|
|
|
|
* <element ref="{}cloud"/>
|
|
|
|
|
* <element ref="{}edge"/>
|
|
|
|
|
* <element ref="{}font"/>
|
|
|
|
|
* <element ref="{}hook"/>
|
|
|
|
|
* <element ref="{}icon"/>
|
|
|
|
|
* <element ref="{}node"/>
|
|
|
|
|
* <element ref="{}richcontent"/>
|
|
|
|
|
* </choice>
|
|
|
|
|
* <attribute name="BACKGROUND_COLOR" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="COLOR" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="FOLDED">
|
|
|
|
|
* <simpleType>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
|
|
|
* <enumeration value="true"/>
|
|
|
|
|
* <enumeration value="false"/>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </simpleType>
|
|
|
|
|
* </attribute>
|
|
|
|
|
* <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" />
|
|
|
|
|
* <attribute name="LINK" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="POSITION">
|
|
|
|
|
* <simpleType>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
|
|
|
* <enumeration value="left"/>
|
|
|
|
|
* <enumeration value="right"/>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </simpleType>
|
|
|
|
|
* </attribute>
|
|
|
|
|
* <attribute name="STYLE" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="TEXT" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="CREATED" type="{http://www.w3.org/2001/XMLSchema}integer" />
|
|
|
|
|
* <attribute name="MODIFIED" type="{http://www.w3.org/2001/XMLSchema}integer" />
|
|
|
|
|
* <attribute name="HGAP" type="{http://www.w3.org/2001/XMLSchema}integer" />
|
|
|
|
|
* <attribute name="VGAP" type="{http://www.w3.org/2001/XMLSchema}integer" />
|
|
|
|
|
* <attribute name="VSHIFT" type="{http://www.w3.org/2001/XMLSchema}integer" />
|
|
|
|
|
* <attribute name="ENCRYPTED_CONTENT" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </pre>
|
|
|
|
|
*/
|
|
|
|
|
@XmlAccessorType(XmlAccessType.FIELD)
|
|
|
|
|
@XmlType(name = "", propOrder = {
|
2011-04-08 17:53:32 -03:00
|
|
|
"arrowlinkOrCloudOrEdge"
|
2011-01-11 13:59:28 -03:00
|
|
|
})
|
|
|
|
|
@XmlRootElement(name = "node")
|
|
|
|
|
public class Node {
|
|
|
|
|
|
|
|
|
|
@XmlElements({
|
2011-04-08 17:53:32 -03:00
|
|
|
@XmlElement(name = "icon", type = Icon.class),
|
|
|
|
|
@XmlElement(name = "node", type = Node.class),
|
|
|
|
|
@XmlElement(name = "edge", type = Edge.class),
|
|
|
|
|
@XmlElement(name = "arrowlink", type = Arrowlink.class),
|
|
|
|
|
@XmlElement(name = "font", type = Font.class),
|
|
|
|
|
@XmlElement(name = "hook", type = Hook.class),
|
|
|
|
|
@XmlElement(name = "richcontent", type = Richcontent.class),
|
|
|
|
|
@XmlElement(name = "cloud", type = Cloud.class)
|
2011-01-11 13:59:28 -03:00
|
|
|
})
|
|
|
|
|
protected List<Object> arrowlinkOrCloudOrEdge;
|
|
|
|
|
@XmlAttribute(name = "BACKGROUND_COLOR")
|
|
|
|
|
protected String backgroundcolor;
|
|
|
|
|
@XmlAttribute(name = "COLOR")
|
|
|
|
|
protected String color;
|
|
|
|
|
@XmlAttribute(name = "FOLDED")
|
|
|
|
|
protected String folded;
|
|
|
|
|
@XmlAttribute(name = "ID")
|
|
|
|
|
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
|
|
|
|
|
@XmlID
|
|
|
|
|
@XmlSchemaType(name = "ID")
|
|
|
|
|
protected String id;
|
|
|
|
|
@XmlAttribute(name = "LINK")
|
|
|
|
|
protected String link;
|
|
|
|
|
@XmlAttribute(name = "POSITION")
|
|
|
|
|
protected String position;
|
|
|
|
|
@XmlAttribute(name = "STYLE")
|
|
|
|
|
protected String style;
|
|
|
|
|
@XmlAttribute(name = "TEXT", required = true)
|
|
|
|
|
protected String text;
|
|
|
|
|
@XmlAttribute(name = "CREATED")
|
|
|
|
|
protected BigInteger created;
|
|
|
|
|
@XmlAttribute(name = "MODIFIED")
|
|
|
|
|
protected BigInteger modified;
|
|
|
|
|
@XmlAttribute(name = "HGAP")
|
|
|
|
|
protected BigInteger hgap;
|
|
|
|
|
@XmlAttribute(name = "VGAP")
|
|
|
|
|
protected BigInteger vgap;
|
2011-04-08 17:53:32 -03:00
|
|
|
|
2011-01-11 13:59:28 -03:00
|
|
|
@XmlAttribute(name = "VSHIFT")
|
|
|
|
|
protected BigInteger vshift;
|
|
|
|
|
@XmlAttribute(name = "ENCRYPTED_CONTENT")
|
|
|
|
|
protected String encryptedcontent;
|
|
|
|
|
|
2011-04-08 17:53:32 -03:00
|
|
|
// Wise Extensions
|
|
|
|
|
@XmlAttribute(name = "wCOORDS")
|
|
|
|
|
protected String wcoords;
|
2011-04-26 00:46:10 -03:00
|
|
|
@XmlAttribute(name = "wORDER")
|
2011-04-08 17:53:32 -03:00
|
|
|
protected BigInteger worder;
|
|
|
|
|
|
2011-01-11 13:59:28 -03:00
|
|
|
/**
|
|
|
|
|
* Gets the value of the arrowlinkOrCloudOrEdge property.
|
2011-04-08 17:53:32 -03:00
|
|
|
* <p/>
|
|
|
|
|
* <p/>
|
2011-01-11 13:59:28 -03:00
|
|
|
* This accessor method returns a reference to the live list,
|
|
|
|
|
* not a snapshot. Therefore any modification you make to the
|
|
|
|
|
* returned list will be present inside the JAXB object.
|
|
|
|
|
* This is why there is not a <CODE>set</CODE> method for the arrowlinkOrCloudOrEdge property.
|
2011-04-08 17:53:32 -03:00
|
|
|
* <p/>
|
|
|
|
|
* <p/>
|
2011-01-11 13:59:28 -03:00
|
|
|
* For example, to add a new item, do as follows:
|
|
|
|
|
* <pre>
|
|
|
|
|
* getArrowlinkOrCloudOrEdge().add(newItem);
|
|
|
|
|
* </pre>
|
2011-04-08 17:53:32 -03:00
|
|
|
* <p/>
|
|
|
|
|
* <p/>
|
|
|
|
|
* <p/>
|
2011-01-11 13:59:28 -03:00
|
|
|
* Objects of the following type(s) are allowed in the list
|
|
|
|
|
* {@link Icon }
|
|
|
|
|
* {@link Node }
|
|
|
|
|
* {@link Edge }
|
|
|
|
|
* {@link Arrowlink }
|
|
|
|
|
* {@link Font }
|
|
|
|
|
* {@link Hook }
|
|
|
|
|
* {@link Richcontent }
|
|
|
|
|
* {@link Cloud }
|
|
|
|
|
*/
|
|
|
|
|
public List<Object> getArrowlinkOrCloudOrEdge() {
|
|
|
|
|
if (arrowlinkOrCloudOrEdge == null) {
|
|
|
|
|
arrowlinkOrCloudOrEdge = new ArrayList<Object>();
|
|
|
|
|
}
|
|
|
|
|
return this.arrowlinkOrCloudOrEdge;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the backgroundcolor property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @return possible object is
|
|
|
|
|
* {@link String }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public String getBACKGROUNDCOLOR() {
|
|
|
|
|
return backgroundcolor;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Sets the value of the backgroundcolor property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @param value allowed object is
|
|
|
|
|
* {@link String }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public void setBACKGROUNDCOLOR(String value) {
|
|
|
|
|
this.backgroundcolor = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the color property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @return possible object is
|
|
|
|
|
* {@link String }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public String getCOLOR() {
|
|
|
|
|
return color;
|
|
|
|
|
}
|
|
|
|
|
|
2011-04-08 17:53:32 -03:00
|
|
|
public BigInteger getWorder() {
|
|
|
|
|
return worder;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setWorder(BigInteger worder) {
|
|
|
|
|
this.worder = worder;
|
|
|
|
|
}
|
|
|
|
|
|
2011-01-11 13:59:28 -03:00
|
|
|
/**
|
|
|
|
|
* Sets the value of the color property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @param value allowed object is
|
|
|
|
|
* {@link String }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public void setCOLOR(String value) {
|
|
|
|
|
this.color = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the folded property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @return possible object is
|
|
|
|
|
* {@link String }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public String getFOLDED() {
|
|
|
|
|
return folded;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Sets the value of the folded property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @param value allowed object is
|
|
|
|
|
* {@link String }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public void setFOLDED(String value) {
|
|
|
|
|
this.folded = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the id property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @return possible object is
|
|
|
|
|
* {@link String }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public String getID() {
|
|
|
|
|
return id;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Sets the value of the id property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @param value allowed object is
|
|
|
|
|
* {@link String }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public void setID(String value) {
|
|
|
|
|
this.id = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the link property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @return possible object is
|
|
|
|
|
* {@link String }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public String getLINK() {
|
|
|
|
|
return link;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Sets the value of the link property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @param value allowed object is
|
|
|
|
|
* {@link String }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public void setLINK(String value) {
|
|
|
|
|
this.link = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the position property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @return possible object is
|
|
|
|
|
* {@link String }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public String getPOSITION() {
|
|
|
|
|
return position;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Sets the value of the position property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @param value allowed object is
|
|
|
|
|
* {@link String }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public void setPOSITION(String value) {
|
|
|
|
|
this.position = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the style property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @return possible object is
|
|
|
|
|
* {@link String }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public String getSTYLE() {
|
|
|
|
|
return style;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Sets the value of the style property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @param value allowed object is
|
|
|
|
|
* {@link String }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public void setSTYLE(String value) {
|
|
|
|
|
this.style = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the text property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @return possible object is
|
|
|
|
|
* {@link String }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public String getTEXT() {
|
|
|
|
|
return text;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Sets the value of the text property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @param value allowed object is
|
|
|
|
|
* {@link String }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public void setTEXT(String value) {
|
|
|
|
|
this.text = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the created property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @return possible object is
|
|
|
|
|
* {@link BigInteger }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public BigInteger getCREATED() {
|
|
|
|
|
return created;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Sets the value of the created property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @param value allowed object is
|
|
|
|
|
* {@link BigInteger }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public void setCREATED(BigInteger value) {
|
|
|
|
|
this.created = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the modified property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @return possible object is
|
|
|
|
|
* {@link BigInteger }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public BigInteger getMODIFIED() {
|
|
|
|
|
return modified;
|
|
|
|
|
}
|
|
|
|
|
|
2011-04-08 17:53:32 -03:00
|
|
|
public String getWcoords() {
|
|
|
|
|
return wcoords;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setWcoords(String wcoords) {
|
|
|
|
|
this.wcoords = wcoords;
|
|
|
|
|
}
|
|
|
|
|
|
2011-01-11 13:59:28 -03:00
|
|
|
/**
|
|
|
|
|
* Sets the value of the modified property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @param value allowed object is
|
|
|
|
|
* {@link BigInteger }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public void setMODIFIED(BigInteger value) {
|
|
|
|
|
this.modified = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the hgap property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @return possible object is
|
|
|
|
|
* {@link BigInteger }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public BigInteger getHGAP() {
|
|
|
|
|
return hgap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Sets the value of the hgap property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @param value allowed object is
|
|
|
|
|
* {@link BigInteger }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public void setHGAP(BigInteger value) {
|
|
|
|
|
this.hgap = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the vgap property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @return possible object is
|
|
|
|
|
* {@link BigInteger }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public BigInteger getVGAP() {
|
|
|
|
|
return vgap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Sets the value of the vgap property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @param value allowed object is
|
|
|
|
|
* {@link BigInteger }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public void setVGAP(BigInteger value) {
|
|
|
|
|
this.vgap = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the vshift property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @return possible object is
|
|
|
|
|
* {@link BigInteger }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public BigInteger getVSHIFT() {
|
|
|
|
|
return vshift;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Sets the value of the vshift property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @param value allowed object is
|
|
|
|
|
* {@link BigInteger }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public void setVSHIFT(BigInteger value) {
|
|
|
|
|
this.vshift = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the encryptedcontent property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @return possible object is
|
|
|
|
|
* {@link String }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public String getENCRYPTEDCONTENT() {
|
|
|
|
|
return encryptedcontent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Sets the value of the encryptedcontent property.
|
2011-04-08 17:53:32 -03:00
|
|
|
*
|
|
|
|
|
* @param value allowed object is
|
|
|
|
|
* {@link String }
|
2011-01-11 13:59:28 -03:00
|
|
|
*/
|
|
|
|
|
public void setENCRYPTEDCONTENT(String value) {
|
|
|
|
|
this.encryptedcontent = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|