public class Comment extends Object implements 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 String |
agentName |
protected String |
agentVersion |
protected String |
attribute |
protected String |
author |
protected Double |
box |
protected String |
id |
protected String |
language |
protected String |
name |
protected String |
path |
protected String |
timeStamp |
protected String |
value |
| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentName()
Gets the value of the agentName property.
|
String |
getAgentVersion()
Gets the value of the agentVersion property.
|
String |
getAttribute()
Gets the value of the attribute property.
|
String |
getAuthor()
Gets the value of the author property.
|
Double |
getBox()
Gets the value of the box property.
|
String |
getID()
Gets the value of the id property.
|
String |
getLanguage()
Gets the value of the language property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPath()
Gets the value of the path property.
|
String |
getTimeStamp()
Gets the value of the timeStamp property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setAgentName(String value)
Sets the value of the agentName property.
|
void |
setAgentVersion(String value)
Sets the value of the agentVersion property.
|
void |
setAttribute(String value)
Sets the value of the attribute property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setBox(Double value)
Sets the value of the box property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setTimeStamp(String value)
Sets the value of the timeStamp property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String language
protected String attribute
protected String id
protected String name
protected String timeStamp
protected String path
protected Double box
protected String author
protected String agentName
protected String agentVersion
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic String getAttribute()
Stringpublic void setAttribute(String value)
value - allowed object is
Stringpublic void setID(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTimeStamp()
Stringpublic void setTimeStamp(String value)
value - allowed object is
Stringpublic String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic void setBox(Double value)
value - allowed object is
Doublepublic String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic String getAgentName()
Stringpublic void setAgentName(String value)
value - allowed object is
Stringpublic String getAgentVersion()
StringCopyright © 2012. All Rights Reserved.