Class Rank
-
- All Implemented Interfaces:
public class RankJava 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 NamegetName()Gets the value of the name property. voidsetName(Name value)Sets the value of the name property. OrganisationIdgetOrganisationId()Gets the value of the organisationId property. voidsetOrganisationId(OrganisationId value)Sets the value of the organisationId property. OrganisationgetOrganisation()Gets the value of the organisation property. voidsetOrganisation(Organisation value)Sets the value of the organisation property. StringgetRankPosition()Gets the value of the rankPosition property. voidsetRankPosition(String value)Sets the value of the rankPosition property. StringgetRankValue()Gets the value of the rankValue property. voidsetRankValue(String value)Sets the value of the rankValue property. ValidFromDategetValidFromDate()Gets the value of the validFromDate property. voidsetValidFromDate(ValidFromDate value)Sets the value of the validFromDate property. ValidToDategetValidToDate()Gets the value of the validToDate property. voidsetValidToDate(ValidToDate value)Sets the value of the validToDate property. ModifyDategetModifyDate()Gets the value of the modifyDate property. voidsetModifyDate(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
-
-
-
-