Package iofXml.v2
Class Rank
java.lang.Object
iofXml.v2.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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ModifyDateprotected Nameprotected Organisationprotected OrganisationIdprotected Stringprotected Stringprotected ValidFromDateprotected ValidToDate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the modifyDate property.getName()Gets the value of the name property.Gets the value of the organisation property.Gets the value of the organisationId property.Gets the value of the rankPosition property.Gets the value of the rankValue property.Gets the value of the validFromDate property.Gets the value of the validToDate property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidSets the value of the name property.voidsetOrganisation(Organisation value) Sets the value of the organisation property.voidsetOrganisationId(OrganisationId value) Sets the value of the organisationId property.voidsetRankPosition(String value) Sets the value of the rankPosition property.voidsetRankValue(String value) Sets the value of the rankValue property.voidsetValidFromDate(ValidFromDate value) Sets the value of the validFromDate property.voidsetValidToDate(ValidToDate value) Sets the value of the validToDate property.
-
Field Details
-
name
-
organisationId
-
organisation
-
rankPosition
-
rankValue
-
validFromDate
-
validToDate
-
modifyDate
-
-
Constructor Details
-
Rank
public Rank()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
Name
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getOrganisationId
Gets the value of the organisationId property.- Returns:
- possible object is
OrganisationId
-
setOrganisationId
Sets the value of the organisationId property.- Parameters:
value- allowed object isOrganisationId
-
getOrganisation
Gets the value of the organisation property.- Returns:
- possible object is
Organisation
-
setOrganisation
Sets the value of the organisation property.- Parameters:
value- allowed object isOrganisation
-
getRankPosition
Gets the value of the rankPosition property.- Returns:
- possible object is
String
-
setRankPosition
Sets the value of the rankPosition property.- Parameters:
value- allowed object isString
-
getRankValue
Gets the value of the rankValue property.- Returns:
- possible object is
String
-
setRankValue
Sets the value of the rankValue property.- Parameters:
value- allowed object isString
-
getValidFromDate
Gets the value of the validFromDate property.- Returns:
- possible object is
ValidFromDate
-
setValidFromDate
Sets the value of the validFromDate property.- Parameters:
value- allowed object isValidFromDate
-
getValidToDate
Gets the value of the validToDate property.- Returns:
- possible object is
ValidToDate
-
setValidToDate
Sets the value of the validToDate property.- Parameters:
value- allowed object isValidToDate
-
getModifyDate
Gets the value of the modifyDate property.- Returns:
- possible object is
ModifyDate
-
setModifyDate
Sets the value of the modifyDate property.- Parameters:
value- allowed object isModifyDate
-