public class Comment
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.CIP4.org/JDFSchema_2_0>string">
<attribute name="Language" type="{http://www.CIP4.org/JDFSchema_2_0}language" />
<attribute name="Attribute" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="Name" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="TimeStamp" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="Path" type="{http://www.CIP4.org/JDFSchema_2_0}PDFPath" />
<attribute name="Box" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="Author" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="AgentName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="AgentVersion" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
agentName |
protected java.lang.String |
agentVersion |
protected java.lang.String |
attribute |
protected java.lang.String |
author |
protected java.lang.Double |
box |
protected java.lang.String |
id |
protected java.lang.String |
language |
protected java.lang.String |
name |
protected java.lang.String |
path |
protected java.lang.String |
timeStamp |
protected java.lang.String |
value |
| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAgentName()
Gets the value of the agentName property.
|
java.lang.String |
getAgentVersion()
Gets the value of the agentVersion property.
|
java.lang.String |
getAttribute()
Gets the value of the attribute property.
|
java.lang.String |
getAuthor()
Gets the value of the author property.
|
java.lang.Double |
getBox()
Gets the value of the box property.
|
java.lang.String |
getID()
Gets the value of the id property.
|
java.lang.String |
getLanguage()
Gets the value of the language property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getPath()
Gets the value of the path property.
|
java.lang.String |
getTimeStamp()
Gets the value of the timeStamp property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setAgentName(java.lang.String value)
Sets the value of the agentName property.
|
void |
setAgentVersion(java.lang.String value)
Sets the value of the agentVersion property.
|
void |
setAttribute(java.lang.String value)
Sets the value of the attribute property.
|
void |
setAuthor(java.lang.String value)
Sets the value of the author property.
|
void |
setBox(java.lang.Double value)
Sets the value of the box property.
|
void |
setID(java.lang.String value)
Sets the value of the id property.
|
void |
setLanguage(java.lang.String value)
Sets the value of the language property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPath(java.lang.String value)
Sets the value of the path property.
|
void |
setTimeStamp(java.lang.String value)
Sets the value of the timeStamp property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected java.lang.String language
protected java.lang.String attribute
protected java.lang.String id
protected java.lang.String name
protected java.lang.String timeStamp
protected java.lang.String path
protected java.lang.Double box
protected java.lang.String author
protected java.lang.String agentName
protected java.lang.String agentVersion
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLanguage()
Stringpublic void setLanguage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAttribute()
Stringpublic void setAttribute(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getID()
Stringpublic void setID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTimeStamp()
Stringpublic void setTimeStamp(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPath()
Stringpublic void setPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getBox()
Doublepublic void setBox(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getAuthor()
Stringpublic void setAuthor(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAgentName()
Stringpublic void setAgentName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAgentVersion()
Stringpublic void setAgentVersion(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.