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
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Authority getAuthority()
Authority
public void setAuthority(Authority value)
value
- allowed object is
Authority
public String getNumber()
String
public void setNumber(String value)
value
- allowed object is
String
public StartDate getStartDate()
StartDate
public void setStartDate(StartDate value)
value
- allowed object is
StartDate
public EndDate getEndDate()
EndDate
Apache Camel