public class Certification 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="{}name"/>
<element ref="{}authority"/>
<element ref="{}number"/>
<element ref="{}start-date"/>
<element ref="{}end-date"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Authority |
authority |
protected EndDate |
endDate |
protected String |
id |
protected String |
name |
protected String |
number |
protected StartDate |
startDate |
| Constructor and Description |
|---|
Certification() |
| Modifier and Type | Method and Description |
|---|---|
Authority |
getAuthority()
Gets the value of the authority property.
|
EndDate |
getEndDate()
Gets the value of the endDate property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNumber()
Gets the value of the number property.
|
StartDate |
getStartDate()
Gets the value of the startDate property.
|
void |
setAuthority(Authority value)
Sets the value of the authority property.
|
void |
setEndDate(EndDate value)
Sets the value of the endDate property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
void |
setStartDate(StartDate value)
Sets the value of the startDate property.
|
protected String id
protected String name
protected Authority authority
protected String number
protected StartDate startDate
protected EndDate endDate
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Authority getAuthority()
Authoritypublic void setAuthority(Authority value)
value - allowed object is
Authoritypublic String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic StartDate getStartDate()
StartDatepublic void setStartDate(StartDate value)
value - allowed object is
StartDatepublic EndDate getEndDate()
EndDateApache Camel