Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
org.docbook.model.Refsect1 Maven / Gradle / Ivy
package org.docbook.model;
import java.util.ArrayList;
import java.util.Collection;
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.XmlElementRef;
import javax.xml.bind.annotation.XmlElementRefs;
import javax.xml.bind.annotation.XmlID;
import javax.xml.bind.annotation.XmlIDREF;
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;
import org.w3.xlink.Actuate;
import org.w3.xlink.Show;
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <sequence>
* <choice maxOccurs="unbounded" minOccurs="0">
* <element ref="{http://docbook.org/ns/docbook}title"/>
* <element ref="{http://docbook.org/ns/docbook}titleabbrev"/>
* <element ref="{http://docbook.org/ns/docbook}subtitle"/>
* </choice>
* <element ref="{http://docbook.org/ns/docbook}info" minOccurs="0"/>
* </sequence>
* <choice>
* <sequence>
* <choice maxOccurs="unbounded">
* <element ref="{http://docbook.org/ns/docbook}itemizedlist"/>
* <element ref="{http://docbook.org/ns/docbook}orderedlist"/>
* <element ref="{http://docbook.org/ns/docbook}procedure"/>
* <element ref="{http://docbook.org/ns/docbook}simplelist"/>
* <element ref="{http://docbook.org/ns/docbook}variablelist"/>
* <element ref="{http://docbook.org/ns/docbook}segmentedlist"/>
* <element ref="{http://docbook.org/ns/docbook}glosslist"/>
* <element ref="{http://docbook.org/ns/docbook}bibliolist"/>
* <element ref="{http://docbook.org/ns/docbook}calloutlist"/>
* <element ref="{http://docbook.org/ns/docbook}qandaset"/>
* <element ref="{http://docbook.org/ns/docbook}example"/>
* <element ref="{http://docbook.org/ns/docbook}figure"/>
* <element ref="{http://docbook.org/ns/docbook}table"/>
* <element ref="{http://docbook.org/ns/docbook}equation"/>
* <element ref="{http://docbook.org/ns/docbook}informalexample"/>
* <element ref="{http://docbook.org/ns/docbook}informalfigure"/>
* <element ref="{http://docbook.org/ns/docbook}informaltable"/>
* <element ref="{http://docbook.org/ns/docbook}informalequation"/>
* <element ref="{http://docbook.org/ns/docbook}sidebar"/>
* <element ref="{http://docbook.org/ns/docbook}blockquote"/>
* <element ref="{http://docbook.org/ns/docbook}address"/>
* <element ref="{http://docbook.org/ns/docbook}epigraph"/>
* <element ref="{http://docbook.org/ns/docbook}mediaobject"/>
* <element ref="{http://docbook.org/ns/docbook}screenshot"/>
* <element ref="{http://docbook.org/ns/docbook}task"/>
* <element ref="{http://docbook.org/ns/docbook}productionset"/>
* <element ref="{http://docbook.org/ns/docbook}constraintdef"/>
* <element ref="{http://docbook.org/ns/docbook}msgset"/>
* <element ref="{http://docbook.org/ns/docbook}screen"/>
* <element ref="{http://docbook.org/ns/docbook}literallayout"/>
* <element ref="{http://docbook.org/ns/docbook}programlistingco"/>
* <element ref="{http://docbook.org/ns/docbook}screenco"/>
* <element ref="{http://docbook.org/ns/docbook}programlisting"/>
* <element ref="{http://docbook.org/ns/docbook}synopsis"/>
* <element ref="{http://docbook.org/ns/docbook}bridgehead"/>
* <element ref="{http://docbook.org/ns/docbook}remark"/>
* <element ref="{http://docbook.org/ns/docbook}revhistory"/>
* <element ref="{http://docbook.org/ns/docbook}indexterm"/>
* <element ref="{http://docbook.org/ns/docbook}funcsynopsis"/>
* <element ref="{http://docbook.org/ns/docbook}classsynopsis"/>
* <element ref="{http://docbook.org/ns/docbook}methodsynopsis"/>
* <element ref="{http://docbook.org/ns/docbook}constructorsynopsis"/>
* <element ref="{http://docbook.org/ns/docbook}destructorsynopsis"/>
* <element ref="{http://docbook.org/ns/docbook}fieldsynopsis"/>
* <element ref="{http://docbook.org/ns/docbook}cmdsynopsis"/>
* <element ref="{http://docbook.org/ns/docbook}caution"/>
* <element ref="{http://docbook.org/ns/docbook}important"/>
* <element ref="{http://docbook.org/ns/docbook}note"/>
* <element ref="{http://docbook.org/ns/docbook}tip"/>
* <element ref="{http://docbook.org/ns/docbook}warning"/>
* <element ref="{http://docbook.org/ns/docbook}anchor"/>
* <element ref="{http://docbook.org/ns/docbook}para"/>
* <element ref="{http://docbook.org/ns/docbook}formalpara"/>
* <element ref="{http://docbook.org/ns/docbook}simpara"/>
* <element ref="{http://docbook.org/ns/docbook}annotation"/>
* </choice>
* <element ref="{http://docbook.org/ns/docbook}refsect2" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* <element ref="{http://docbook.org/ns/docbook}refsect2" maxOccurs="unbounded"/>
* </choice>
* </sequence>
* <attGroup ref="{http://docbook.org/ns/docbook}db.common.attributes"/>
* <attGroup ref="{http://docbook.org/ns/docbook}db.common.linking.attributes"/>
* <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
* <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
* <attribute name="status" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"content"
})
@XmlRootElement(name = "refsect1")
public class Refsect1 {
@XmlElementRefs({
@XmlElementRef(name = "title", namespace = "http://docbook.org/ns/docbook", type = Title.class, required = false),
@XmlElementRef(name = "titleabbrev", namespace = "http://docbook.org/ns/docbook", type = TitleAbbreviation.class, required = false),
@XmlElementRef(name = "subtitle", namespace = "http://docbook.org/ns/docbook", type = Subtitle.class, required = false),
@XmlElementRef(name = "info", namespace = "http://docbook.org/ns/docbook", type = Info.class, required = false),
@XmlElementRef(name = "itemizedlist", namespace = "http://docbook.org/ns/docbook", type = ItemizedList.class, required = false),
@XmlElementRef(name = "orderedlist", namespace = "http://docbook.org/ns/docbook", type = OrderedList.class, required = false),
@XmlElementRef(name = "procedure", namespace = "http://docbook.org/ns/docbook", type = Procedure.class, required = false),
@XmlElementRef(name = "simplelist", namespace = "http://docbook.org/ns/docbook", type = Simplelist.class, required = false),
@XmlElementRef(name = "variablelist", namespace = "http://docbook.org/ns/docbook", type = VariableList.class, required = false),
@XmlElementRef(name = "segmentedlist", namespace = "http://docbook.org/ns/docbook", type = Segmentedlist.class, required = false),
@XmlElementRef(name = "glosslist", namespace = "http://docbook.org/ns/docbook", type = Glosslist.class, required = false),
@XmlElementRef(name = "bibliolist", namespace = "http://docbook.org/ns/docbook", type = Bibliolist.class, required = false),
@XmlElementRef(name = "calloutlist", namespace = "http://docbook.org/ns/docbook", type = Calloutlist.class, required = false),
@XmlElementRef(name = "qandaset", namespace = "http://docbook.org/ns/docbook", type = QuestionAndAnswerSet.class, required = false),
@XmlElementRef(name = "example", namespace = "http://docbook.org/ns/docbook", type = Example.class, required = false),
@XmlElementRef(name = "figure", namespace = "http://docbook.org/ns/docbook", type = Figure.class, required = false),
@XmlElementRef(name = "table", namespace = "http://docbook.org/ns/docbook", type = Table.class, required = false),
@XmlElementRef(name = "equation", namespace = "http://docbook.org/ns/docbook", type = Equation.class, required = false),
@XmlElementRef(name = "informalexample", namespace = "http://docbook.org/ns/docbook", type = InformalExample.class, required = false),
@XmlElementRef(name = "informalfigure", namespace = "http://docbook.org/ns/docbook", type = Informalfigure.class, required = false),
@XmlElementRef(name = "informaltable", namespace = "http://docbook.org/ns/docbook", type = InformalTable.class, required = false),
@XmlElementRef(name = "informalequation", namespace = "http://docbook.org/ns/docbook", type = Informalequation.class, required = false),
@XmlElementRef(name = "sidebar", namespace = "http://docbook.org/ns/docbook", type = SideBar.class, required = false),
@XmlElementRef(name = "blockquote", namespace = "http://docbook.org/ns/docbook", type = Blockquote.class, required = false),
@XmlElementRef(name = "address", namespace = "http://docbook.org/ns/docbook", type = Address.class, required = false),
@XmlElementRef(name = "epigraph", namespace = "http://docbook.org/ns/docbook", type = Epigraph.class, required = false),
@XmlElementRef(name = "mediaobject", namespace = "http://docbook.org/ns/docbook", type = MediaObject.class, required = false),
@XmlElementRef(name = "screenshot", namespace = "http://docbook.org/ns/docbook", type = Screenshot.class, required = false),
@XmlElementRef(name = "task", namespace = "http://docbook.org/ns/docbook", type = Task.class, required = false),
@XmlElementRef(name = "productionset", namespace = "http://docbook.org/ns/docbook", type = Productionset.class, required = false),
@XmlElementRef(name = "constraintdef", namespace = "http://docbook.org/ns/docbook", type = Constraintdef.class, required = false),
@XmlElementRef(name = "msgset", namespace = "http://docbook.org/ns/docbook", type = Msgset.class, required = false),
@XmlElementRef(name = "screen", namespace = "http://docbook.org/ns/docbook", type = Screen.class, required = false),
@XmlElementRef(name = "literallayout", namespace = "http://docbook.org/ns/docbook", type = LiteralLayout.class, required = false),
@XmlElementRef(name = "programlistingco", namespace = "http://docbook.org/ns/docbook", type = Programlistingco.class, required = false),
@XmlElementRef(name = "screenco", namespace = "http://docbook.org/ns/docbook", type = Screenco.class, required = false),
@XmlElementRef(name = "programlisting", namespace = "http://docbook.org/ns/docbook", type = ProgramListing.class, required = false),
@XmlElementRef(name = "synopsis", namespace = "http://docbook.org/ns/docbook", type = Synopsis.class, required = false),
@XmlElementRef(name = "bridgehead", namespace = "http://docbook.org/ns/docbook", type = BridgeHead.class, required = false),
@XmlElementRef(name = "remark", namespace = "http://docbook.org/ns/docbook", type = Remark.class, required = false),
@XmlElementRef(name = "revhistory", namespace = "http://docbook.org/ns/docbook", type = Revhistory.class, required = false),
@XmlElementRef(name = "indexterm", namespace = "http://docbook.org/ns/docbook", type = IndexTerm.class, required = false),
@XmlElementRef(name = "funcsynopsis", namespace = "http://docbook.org/ns/docbook", type = Funcsynopsis.class, required = false),
@XmlElementRef(name = "classsynopsis", namespace = "http://docbook.org/ns/docbook", type = ClassSynopsis.class, required = false),
@XmlElementRef(name = "methodsynopsis", namespace = "http://docbook.org/ns/docbook", type = Methodsynopsis.class, required = false),
@XmlElementRef(name = "constructorsynopsis", namespace = "http://docbook.org/ns/docbook", type = Constructorsynopsis.class, required = false),
@XmlElementRef(name = "destructorsynopsis", namespace = "http://docbook.org/ns/docbook", type = Destructorsynopsis.class, required = false),
@XmlElementRef(name = "fieldsynopsis", namespace = "http://docbook.org/ns/docbook", type = Fieldsynopsis.class, required = false),
@XmlElementRef(name = "cmdsynopsis", namespace = "http://docbook.org/ns/docbook", type = Cmdsynopsis.class, required = false),
@XmlElementRef(name = "caution", namespace = "http://docbook.org/ns/docbook", type = Caution.class, required = false),
@XmlElementRef(name = "important", namespace = "http://docbook.org/ns/docbook", type = Important.class, required = false),
@XmlElementRef(name = "note", namespace = "http://docbook.org/ns/docbook", type = Note.class, required = false),
@XmlElementRef(name = "tip", namespace = "http://docbook.org/ns/docbook", type = Tip.class, required = false),
@XmlElementRef(name = "warning", namespace = "http://docbook.org/ns/docbook", type = Warning.class, required = false),
@XmlElementRef(name = "anchor", namespace = "http://docbook.org/ns/docbook", type = Anchor.class, required = false),
@XmlElementRef(name = "para", namespace = "http://docbook.org/ns/docbook", type = Para.class, required = false),
@XmlElementRef(name = "formalpara", namespace = "http://docbook.org/ns/docbook", type = FormalPara.class, required = false),
@XmlElementRef(name = "simpara", namespace = "http://docbook.org/ns/docbook", type = SimplePara.class, required = false),
@XmlElementRef(name = "annotation", namespace = "http://docbook.org/ns/docbook", type = Annotation.class, required = false),
@XmlElementRef(name = "refsect2", namespace = "http://docbook.org/ns/docbook", type = Refsect2 .class, required = false)
})
protected List content;
@XmlAttribute(name = "role")
@XmlSchemaType(name = "anySimpleType")
protected String role;
@XmlAttribute(name = "label")
@XmlSchemaType(name = "anySimpleType")
protected String label;
@XmlAttribute(name = "status")
@XmlSchemaType(name = "anySimpleType")
protected String status;
@XmlAttribute(name = "id", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
@XmlID
@XmlSchemaType(name = "ID")
protected String id;
@XmlAttribute(name = "version")
@XmlSchemaType(name = "anySimpleType")
protected String version;
@XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlSchemaType(name = "anySimpleType")
protected String xmlLang;
@XmlAttribute(name = "base", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlSchemaType(name = "anySimpleType")
protected String base;
@XmlAttribute(name = "remap")
@XmlSchemaType(name = "anySimpleType")
protected String remap;
@XmlAttribute(name = "xreflabel")
@XmlSchemaType(name = "anySimpleType")
protected String xreflabel;
@XmlAttribute(name = "revisionflag")
protected RevisionFlag revisionflag;
@XmlAttribute(name = "dir")
protected Direction dir;
@XmlAttribute(name = "arch")
@XmlSchemaType(name = "anySimpleType")
protected String arch;
@XmlAttribute(name = "audience")
@XmlSchemaType(name = "anySimpleType")
protected String audience;
@XmlAttribute(name = "condition")
@XmlSchemaType(name = "anySimpleType")
protected String condition;
@XmlAttribute(name = "conformance")
@XmlSchemaType(name = "anySimpleType")
protected String conformance;
@XmlAttribute(name = "os")
@XmlSchemaType(name = "anySimpleType")
protected String os;
@XmlAttribute(name = "revision")
@XmlSchemaType(name = "anySimpleType")
protected String revisionAttribute;
@XmlAttribute(name = "security")
@XmlSchemaType(name = "anySimpleType")
protected String security;
@XmlAttribute(name = "userlevel")
@XmlSchemaType(name = "anySimpleType")
protected String userlevel;
@XmlAttribute(name = "vendor")
@XmlSchemaType(name = "anySimpleType")
protected String vendor;
@XmlAttribute(name = "wordsize")
@XmlSchemaType(name = "anySimpleType")
protected String wordsize;
@XmlAttribute(name = "annotations")
@XmlSchemaType(name = "anySimpleType")
protected String annotations;
@XmlAttribute(name = "linkend")
@XmlIDREF
@XmlSchemaType(name = "IDREF")
protected Object linkend;
@XmlAttribute(name = "href", namespace = "http://www.w3.org/1999/xlink")
@XmlSchemaType(name = "anySimpleType")
protected String href;
@XmlAttribute(name = "type", namespace = "http://www.w3.org/1999/xlink")
@XmlSchemaType(name = "anySimpleType")
protected String xlinkType;
@XmlAttribute(name = "role", namespace = "http://www.w3.org/1999/xlink")
@XmlSchemaType(name = "anySimpleType")
protected String xlinkRole;
@XmlAttribute(name = "arcrole", namespace = "http://www.w3.org/1999/xlink")
@XmlSchemaType(name = "anySimpleType")
protected String arcrole;
@XmlAttribute(name = "title", namespace = "http://www.w3.org/1999/xlink")
@XmlSchemaType(name = "anySimpleType")
protected String xlinkTitle;
@XmlAttribute(name = "show", namespace = "http://www.w3.org/1999/xlink")
protected Show show;
@XmlAttribute(name = "actuate", namespace = "http://www.w3.org/1999/xlink")
protected Actuate actuate;
/**
* Gets the rest of the content model.
*
*
* You are getting this "catch-all" property because of the following reason:
* The field name "Refsect2" is used by two different parts of a schema. See:
* line 8670 of file:/Users/sfali/development/personal/alphasystem/docbook-2-docx/docbook-model/src/main/resources/docbook.xsd
* line 8668 of file:/Users/sfali/development/personal/alphasystem/docbook-2-docx/docbook-model/src/main/resources/docbook.xsd
*
* To get rid of this property, apply a property customization to one
* of both of the following declarations to change their names:
* Gets the value of the content property.
*
*
* 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 set
method for the content property.
*
*
* For example, to add a new item, do as follows:
*
* getContent().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Title }
* {@link TitleAbbreviation }
* {@link Subtitle }
* {@link Info }
* {@link ItemizedList }
* {@link OrderedList }
* {@link Procedure }
* {@link Simplelist }
* {@link VariableList }
* {@link Segmentedlist }
* {@link Glosslist }
* {@link Bibliolist }
* {@link Calloutlist }
* {@link QuestionAndAnswerSet }
* {@link Example }
* {@link Figure }
* {@link Table }
* {@link Equation }
* {@link InformalExample }
* {@link Informalfigure }
* {@link InformalTable }
* {@link Informalequation }
* {@link SideBar }
* {@link Blockquote }
* {@link Address }
* {@link Epigraph }
* {@link MediaObject }
* {@link Screenshot }
* {@link Task }
* {@link Productionset }
* {@link Constraintdef }
* {@link Msgset }
* {@link Screen }
* {@link LiteralLayout }
* {@link Programlistingco }
* {@link Screenco }
* {@link ProgramListing }
* {@link Synopsis }
* {@link BridgeHead }
* {@link Remark }
* {@link Revhistory }
* {@link IndexTerm }
* {@link Funcsynopsis }
* {@link ClassSynopsis }
* {@link Methodsynopsis }
* {@link Constructorsynopsis }
* {@link Destructorsynopsis }
* {@link Fieldsynopsis }
* {@link Cmdsynopsis }
* {@link Caution }
* {@link Important }
* {@link Note }
* {@link Tip }
* {@link Warning }
* {@link Anchor }
* {@link Para }
* {@link FormalPara }
* {@link SimplePara }
* {@link Annotation }
* {@link Refsect2 }
*
*
*/
public List getContent() {
if (content == null) {
content = new ArrayList();
}
return this.content;
}
/**
* Gets the value of the role property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRole() {
return role;
}
/**
* Sets the value of the role property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRole(String value) {
this.role = value;
}
/**
* Gets the value of the label property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLabel() {
return label;
}
/**
* Sets the value of the label property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLabel(String value) {
this.label = value;
}
/**
* Gets the value of the status property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getStatus() {
return status;
}
/**
* Sets the value of the status property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setStatus(String value) {
this.status = value;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the version property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVersion() {
return version;
}
/**
* Sets the value of the version property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVersion(String value) {
this.version = value;
}
/**
* Gets the value of the xmlLang property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getXmlLang() {
return xmlLang;
}
/**
* Sets the value of the xmlLang property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setXmlLang(String value) {
this.xmlLang = value;
}
/**
* Gets the value of the base property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBase() {
return base;
}
/**
* Sets the value of the base property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBase(String value) {
this.base = value;
}
/**
* Gets the value of the remap property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRemap() {
return remap;
}
/**
* Sets the value of the remap property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRemap(String value) {
this.remap = value;
}
/**
* Gets the value of the xreflabel property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getXreflabel() {
return xreflabel;
}
/**
* Sets the value of the xreflabel property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setXreflabel(String value) {
this.xreflabel = value;
}
/**
* Gets the value of the revisionflag property.
*
* @return
* possible object is
* {@link RevisionFlag }
*
*/
public RevisionFlag getRevisionflag() {
return revisionflag;
}
/**
* Sets the value of the revisionflag property.
*
* @param value
* allowed object is
* {@link RevisionFlag }
*
*/
public void setRevisionflag(RevisionFlag value) {
this.revisionflag = value;
}
/**
* Gets the value of the dir property.
*
* @return
* possible object is
* {@link Direction }
*
*/
public Direction getDir() {
return dir;
}
/**
* Sets the value of the dir property.
*
* @param value
* allowed object is
* {@link Direction }
*
*/
public void setDir(Direction value) {
this.dir = value;
}
/**
* Gets the value of the arch property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getArch() {
return arch;
}
/**
* Sets the value of the arch property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setArch(String value) {
this.arch = value;
}
/**
* Gets the value of the audience property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAudience() {
return audience;
}
/**
* Sets the value of the audience property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAudience(String value) {
this.audience = value;
}
/**
* Gets the value of the condition property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCondition() {
return condition;
}
/**
* Sets the value of the condition property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCondition(String value) {
this.condition = value;
}
/**
* Gets the value of the conformance property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getConformance() {
return conformance;
}
/**
* Sets the value of the conformance property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setConformance(String value) {
this.conformance = value;
}
/**
* Gets the value of the os property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOs() {
return os;
}
/**
* Sets the value of the os property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOs(String value) {
this.os = value;
}
/**
* Gets the value of the revisionAttribute property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRevisionAttribute() {
return revisionAttribute;
}
/**
* Sets the value of the revisionAttribute property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRevisionAttribute(String value) {
this.revisionAttribute = value;
}
/**
* Gets the value of the security property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSecurity() {
return security;
}
/**
* Sets the value of the security property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSecurity(String value) {
this.security = value;
}
/**
* Gets the value of the userlevel property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getUserlevel() {
return userlevel;
}
/**
* Sets the value of the userlevel property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setUserlevel(String value) {
this.userlevel = value;
}
/**
* Gets the value of the vendor property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVendor() {
return vendor;
}
/**
* Sets the value of the vendor property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVendor(String value) {
this.vendor = value;
}
/**
* Gets the value of the wordsize property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getWordsize() {
return wordsize;
}
/**
* Sets the value of the wordsize property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setWordsize(String value) {
this.wordsize = value;
}
/**
* Gets the value of the annotations property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAnnotations() {
return annotations;
}
/**
* Sets the value of the annotations property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAnnotations(String value) {
this.annotations = value;
}
/**
* Gets the value of the linkend property.
*
* @return
* possible object is
* {@link Object }
*
*/
public Object getLinkend() {
return linkend;
}
/**
* Sets the value of the linkend property.
*
* @param value
* allowed object is
* {@link Object }
*
*/
public void setLinkend(Object value) {
this.linkend = value;
}
/**
* Gets the value of the href property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getHref() {
return href;
}
/**
* Sets the value of the href property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setHref(String value) {
this.href = value;
}
/**
* Gets the value of the xlinkType property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getXlinkType() {
return xlinkType;
}
/**
* Sets the value of the xlinkType property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setXlinkType(String value) {
this.xlinkType = value;
}
/**
* Gets the value of the xlinkRole property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getXlinkRole() {
return xlinkRole;
}
/**
* Sets the value of the xlinkRole property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setXlinkRole(String value) {
this.xlinkRole = value;
}
/**
* Gets the value of the arcrole property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getArcrole() {
return arcrole;
}
/**
* Sets the value of the arcrole property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setArcrole(String value) {
this.arcrole = value;
}
/**
* Gets the value of the xlinkTitle property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getXlinkTitle() {
return xlinkTitle;
}
/**
* Sets the value of the xlinkTitle property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setXlinkTitle(String value) {
this.xlinkTitle = value;
}
/**
* Gets the value of the show property.
*
* @return
* possible object is
* {@link Show }
*
*/
public Show getShow() {
return show;
}
/**
* Sets the value of the show property.
*
* @param value
* allowed object is
* {@link Show }
*
*/
public void setShow(Show value) {
this.show = value;
}
/**
* Gets the value of the actuate property.
*
* @return
* possible object is
* {@link Actuate }
*
*/
public Actuate getActuate() {
return actuate;
}
/**
* Sets the value of the actuate property.
*
* @param value
* allowed object is
* {@link Actuate }
*
*/
public void setActuate(Actuate value) {
this.actuate = value;
}
public Refsect1 withContent(Object... values) {
if (values!= null) {
for (Object value: values) {
getContent().add(value);
}
}
return this;
}
public Refsect1 withContent(Collection values) {
if (values!= null) {
getContent().addAll(values);
}
return this;
}
public Refsect1 withRole(String value) {
setRole(value);
return this;
}
public Refsect1 withLabel(String value) {
setLabel(value);
return this;
}
public Refsect1 withStatus(String value) {
setStatus(value);
return this;
}
public Refsect1 withId(String value) {
setId(value);
return this;
}
public Refsect1 withVersion(String value) {
setVersion(value);
return this;
}
public Refsect1 withXmlLang(String value) {
setXmlLang(value);
return this;
}
public Refsect1 withBase(String value) {
setBase(value);
return this;
}
public Refsect1 withRemap(String value) {
setRemap(value);
return this;
}
public Refsect1 withXreflabel(String value) {
setXreflabel(value);
return this;
}
public Refsect1 withRevisionflag(RevisionFlag value) {
setRevisionflag(value);
return this;
}
public Refsect1 withDir(Direction value) {
setDir(value);
return this;
}
public Refsect1 withArch(String value) {
setArch(value);
return this;
}
public Refsect1 withAudience(String value) {
setAudience(value);
return this;
}
public Refsect1 withCondition(String value) {
setCondition(value);
return this;
}
public Refsect1 withConformance(String value) {
setConformance(value);
return this;
}
public Refsect1 withOs(String value) {
setOs(value);
return this;
}
public Refsect1 withRevisionAttribute(String value) {
setRevisionAttribute(value);
return this;
}
public Refsect1 withSecurity(String value) {
setSecurity(value);
return this;
}
public Refsect1 withUserlevel(String value) {
setUserlevel(value);
return this;
}
public Refsect1 withVendor(String value) {
setVendor(value);
return this;
}
public Refsect1 withWordsize(String value) {
setWordsize(value);
return this;
}
public Refsect1 withAnnotations(String value) {
setAnnotations(value);
return this;
}
public Refsect1 withLinkend(Object value) {
setLinkend(value);
return this;
}
public Refsect1 withHref(String value) {
setHref(value);
return this;
}
public Refsect1 withXlinkType(String value) {
setXlinkType(value);
return this;
}
public Refsect1 withXlinkRole(String value) {
setXlinkRole(value);
return this;
}
public Refsect1 withArcrole(String value) {
setArcrole(value);
return this;
}
public Refsect1 withXlinkTitle(String value) {
setXlinkTitle(value);
return this;
}
public Refsect1 withShow(Show value) {
setShow(value);
return this;
}
public Refsect1 withActuate(Actuate value) {
setActuate(value);
return this;
}
}