| java.lang.Object | |
| ↳ | com.workday.performancemanagement.CertificationDataType |
Encapsulating element for Certification data.
Java class for Certification_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Certification_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Issuer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Issuer_Reference" type="{urn:com.workday/bsvc}Certification_IssuerObjectType" minOccurs="0"/>
<element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
<element name="Restrict_to_Country_Region_Reference" type="{urn:com.workday/bsvc}Country_RegionObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Renewable_Required_" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Renewable_In__months_" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Track_Exam_Date_and_Score" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Usage_Count" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="20"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| countryReference | |||||||||||
| id | |||||||||||
| inactive | |||||||||||
| issuer | |||||||||||
| issuerReference | |||||||||||
| name | |||||||||||
| renewableInMonths | |||||||||||
| renewableRequired | |||||||||||
| restrictToCountryRegionReference | |||||||||||
| trackExamDateAndScore | |||||||||||
| usageCount | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Gets the value of the issuer property.
| |||||||||||
Gets the value of the issuerReference property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the renewableInMonths property.
| |||||||||||
Gets the value of the renewableRequired property.
| |||||||||||
Gets the value of the restrictToCountryRegionReference property.
| |||||||||||
Gets the value of the trackExamDateAndScore property.
| |||||||||||
Gets the value of the usageCount property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the issuer property.
| |||||||||||
Sets the value of the issuerReference property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the renewableInMonths property.
| |||||||||||
Sets the value of the renewableRequired property.
| |||||||||||
Sets the value of the restrictToCountryRegionReference property.
| |||||||||||
Sets the value of the trackExamDateAndScore property.
| |||||||||||
Sets the value of the usageCount property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the countryReference property.
CountryObjectType
Gets the value of the id property.
Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.
Gets the value of the issuer property.
Gets the value of the issuerReference property.
CertificationIssuerObjectType
Gets the value of the name property.
Gets the value of the renewableInMonths property.
Gets the value of the renewableRequired property. This getter has been renamed from isRenewableRequired() to getRenewableRequired() by cxf-xjc-boolean plugin.
Gets the value of the restrictToCountryRegionReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the restrictToCountryRegionReference property.
For example, to add a new item, do as follows:
getRestrictToCountryRegionReference().add(newItem);
Objects of the following type(s) are allowed in the list
CountryRegionObjectType
Gets the value of the trackExamDateAndScore property. This getter has been renamed from isTrackExamDateAndScore() to getTrackExamDateAndScore() by cxf-xjc-boolean plugin.
Gets the value of the usageCount property.
Sets the value of the countryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the issuer property.
| value | Allowed object is String |
|---|
Sets the value of the issuerReference property.
| value | Allowed object is
CertificationIssuerObjectType
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the renewableInMonths property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the renewableRequired property.
| value | Allowed object is Boolean |
|---|
Sets the value of the restrictToCountryRegionReference property.
| restrictToCountryRegionReference | Allowed object is
CountryRegionObjectType
|
|---|
Sets the value of the trackExamDateAndScore property.
| value | Allowed object is Boolean |
|---|
Sets the value of the usageCount property.
| value | Allowed object is BigDecimal |
|---|