public class Patent extends Object
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>
<element ref="{}id"/>
<element ref="{}title"/>
<element ref="{}date"/>
<element ref="{}url"/>
<element ref="{}summary"/>
<element ref="{}number"/>
<element ref="{}status"/>
<element ref="{}office"/>
<element ref="{}inventors"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
date |
protected String |
id |
protected Inventors |
inventors |
protected String |
number |
protected Office |
office |
protected Status |
status |
protected String |
summary |
protected String |
title |
protected String |
url |
| Constructor and Description |
|---|
Patent() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDate()
Gets the value of the date property.
|
String |
getId()
Gets the value of the id property.
|
Inventors |
getInventors()
Gets the value of the inventors property.
|
String |
getNumber()
Gets the value of the number property.
|
Office |
getOffice()
Gets the value of the office property.
|
Status |
getStatus()
Gets the value of the status property.
|
String |
getSummary()
Gets the value of the summary property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setDate(Date value)
Sets the value of the date property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInventors(Inventors value)
Sets the value of the inventors property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
void |
setOffice(Office value)
Sets the value of the office property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
void |
setSummary(String value)
Sets the value of the summary property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected String id
protected String title
protected Date date
protected String url
protected String summary
protected String number
protected Status status
protected Office office
protected Inventors inventors
public void setId(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic void setDate(Date value)
value - allowed object is
Datepublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getSummary()
Stringpublic void setSummary(String value)
value - allowed object is
Stringpublic String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic Office getOffice()
Officepublic void setOffice(Office value)
value - allowed object is
Officepublic Inventors getInventors()
InventorsApache Camel