Class Rank
-
- All Implemented Interfaces:
public class Rank
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> <choice> <element ref="{}Name"/> <element ref="{}OrganisationId"/> <element ref="{}Organisation"/> </choice> <element ref="{}RankPosition"/> <element ref="{}RankValue"/> <element ref="{}ValidFromDate" minOccurs="0"/> <element ref="{}ValidToDate" minOccurs="0"/> <element ref="{}ModifyDate" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Rank()
-
Method Summary
Modifier and Type Method Description Name
getName()
Gets the value of the name property. void
setName(Name value)
Sets the value of the name property. OrganisationId
getOrganisationId()
Gets the value of the organisationId property. void
setOrganisationId(OrganisationId value)
Sets the value of the organisationId property. Organisation
getOrganisation()
Gets the value of the organisation property. void
setOrganisation(Organisation value)
Sets the value of the organisation property. String
getRankPosition()
Gets the value of the rankPosition property. void
setRankPosition(String value)
Sets the value of the rankPosition property. String
getRankValue()
Gets the value of the rankValue property. void
setRankValue(String value)
Sets the value of the rankValue property. ValidFromDate
getValidFromDate()
Gets the value of the validFromDate property. void
setValidFromDate(ValidFromDate value)
Sets the value of the validFromDate property. ValidToDate
getValidToDate()
Gets the value of the validToDate property. void
setValidToDate(ValidToDate value)
Sets the value of the validToDate property. ModifyDate
getModifyDate()
Gets the value of the modifyDate property. void
setModifyDate(ModifyDate value)
Sets the value of the modifyDate property. -
-
Method Detail
-
setName
void setName(Name value)
Sets the value of the name property.
- Parameters:
value
- allowed object is Name
-
getOrganisationId
OrganisationId getOrganisationId()
Gets the value of the organisationId property.
- Returns:
possibleobject is OrganisationId
-
setOrganisationId
void setOrganisationId(OrganisationId value)
Sets the value of the organisationId property.
- Parameters:
value
- allowed object is OrganisationId
-
getOrganisation
Organisation getOrganisation()
Gets the value of the organisation property.
- Returns:
possibleobject is Organisation
-
setOrganisation
void setOrganisation(Organisation value)
Sets the value of the organisation property.
- Parameters:
value
- allowed object is Organisation
-
getRankPosition
String getRankPosition()
Gets the value of the rankPosition property.
- Returns:
possibleobject is String
-
setRankPosition
void setRankPosition(String value)
Sets the value of the rankPosition property.
- Parameters:
value
- allowed object is String
-
getRankValue
String getRankValue()
Gets the value of the rankValue property.
- Returns:
possibleobject is String
-
setRankValue
void setRankValue(String value)
Sets the value of the rankValue property.
- Parameters:
value
- allowed object is String
-
getValidFromDate
ValidFromDate getValidFromDate()
Gets the value of the validFromDate property.
- Returns:
possibleobject is ValidFromDate
-
setValidFromDate
void setValidFromDate(ValidFromDate value)
Sets the value of the validFromDate property.
- Parameters:
value
- allowed object is ValidFromDate
-
getValidToDate
ValidToDate getValidToDate()
Gets the value of the validToDate property.
- Returns:
possibleobject is ValidToDate
-
setValidToDate
void setValidToDate(ValidToDate value)
Sets the value of the validToDate property.
- Parameters:
value
- allowed object is ValidToDate
-
getModifyDate
ModifyDate getModifyDate()
Gets the value of the modifyDate property.
- Returns:
possibleobject is ModifyDate
-
setModifyDate
void setModifyDate(ModifyDate value)
Sets the value of the modifyDate property.
- Parameters:
value
- allowed object is ModifyDate
-
-
-
-