public class Range extends Object implements Serializable
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">
<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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
agentName |
protected String |
agentVersion |
protected String |
attribute |
protected String |
author |
protected Rectangle |
box |
protected String |
id |
protected String |
language |
protected String |
name |
protected String |
path |
protected DateTime |
timeStamp |
| Constructor and Description |
|---|
Range() |
| 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.
|
Rectangle |
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.
|
DateTime |
getTimeStamp()
Gets the value of the timeStamp 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(Rectangle 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(DateTime value)
Sets the value of the timeStamp property.
|
protected String language
protected String attribute
protected String id
protected String name
protected DateTime timeStamp
protected String path
protected Rectangle box
protected String author
protected String agentName
protected String agentVersion
public 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 DateTime getTimeStamp()
Stringpublic void setTimeStamp(DateTime value)
value - allowed object is
Stringpublic String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic Rectangle getBox()
Stringpublic void setBox(Rectangle value)
value - allowed object is
Stringpublic 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 © 2013. All Rights Reserved.