Package iofXml.v2
Class Rank
- java.lang.Object
-
- iofXml.v2.Rank
-
public class Rank extends java.lang.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> <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
Fields Modifier and Type Field Description protected ModifyDate
modifyDate
protected Name
name
protected Organisation
organisation
protected OrganisationId
organisationId
protected java.lang.String
rankPosition
protected java.lang.String
rankValue
protected ValidFromDate
validFromDate
protected ValidToDate
validToDate
-
Constructor Summary
Constructors Constructor Description Rank()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModifyDate
getModifyDate()
Gets the value of the modifyDate property.Name
getName()
Gets the value of the name property.Organisation
getOrganisation()
Gets the value of the organisation property.OrganisationId
getOrganisationId()
Gets the value of the organisationId property.java.lang.String
getRankPosition()
Gets the value of the rankPosition property.java.lang.String
getRankValue()
Gets the value of the rankValue property.ValidFromDate
getValidFromDate()
Gets the value of the validFromDate property.ValidToDate
getValidToDate()
Gets the value of the validToDate property.void
setModifyDate(ModifyDate value)
Sets the value of the modifyDate property.void
setName(Name value)
Sets the value of the name property.void
setOrganisation(Organisation value)
Sets the value of the organisation property.void
setOrganisationId(OrganisationId value)
Sets the value of the organisationId property.void
setRankPosition(java.lang.String value)
Sets the value of the rankPosition property.void
setRankValue(java.lang.String value)
Sets the value of the rankValue property.void
setValidFromDate(ValidFromDate value)
Sets the value of the validFromDate property.void
setValidToDate(ValidToDate value)
Sets the value of the validToDate property.
-
-
-
Field Detail
-
name
protected Name name
-
organisationId
protected OrganisationId organisationId
-
organisation
protected Organisation organisation
-
rankPosition
protected java.lang.String rankPosition
-
rankValue
protected java.lang.String rankValue
-
validFromDate
protected ValidFromDate validFromDate
-
validToDate
protected ValidToDate validToDate
-
modifyDate
protected ModifyDate modifyDate
-
-
Method Detail
-
setName
public void setName(Name value)
Sets the value of the name property.- Parameters:
value
- allowed object isName
-
getOrganisationId
public OrganisationId getOrganisationId()
Gets the value of the organisationId property.- Returns:
- possible object is
OrganisationId
-
setOrganisationId
public void setOrganisationId(OrganisationId value)
Sets the value of the organisationId property.- Parameters:
value
- allowed object isOrganisationId
-
getOrganisation
public Organisation getOrganisation()
Gets the value of the organisation property.- Returns:
- possible object is
Organisation
-
setOrganisation
public void setOrganisation(Organisation value)
Sets the value of the organisation property.- Parameters:
value
- allowed object isOrganisation
-
getRankPosition
public java.lang.String getRankPosition()
Gets the value of the rankPosition property.- Returns:
- possible object is
String
-
setRankPosition
public void setRankPosition(java.lang.String value)
Sets the value of the rankPosition property.- Parameters:
value
- allowed object isString
-
getRankValue
public java.lang.String getRankValue()
Gets the value of the rankValue property.- Returns:
- possible object is
String
-
setRankValue
public void setRankValue(java.lang.String value)
Sets the value of the rankValue property.- Parameters:
value
- allowed object isString
-
getValidFromDate
public ValidFromDate getValidFromDate()
Gets the value of the validFromDate property.- Returns:
- possible object is
ValidFromDate
-
setValidFromDate
public void setValidFromDate(ValidFromDate value)
Sets the value of the validFromDate property.- Parameters:
value
- allowed object isValidFromDate
-
getValidToDate
public ValidToDate getValidToDate()
Gets the value of the validToDate property.- Returns:
- possible object is
ValidToDate
-
setValidToDate
public void setValidToDate(ValidToDate value)
Sets the value of the validToDate property.- Parameters:
value
- allowed object isValidToDate
-
getModifyDate
public ModifyDate getModifyDate()
Gets the value of the modifyDate property.- Returns:
- possible object is
ModifyDate
-
setModifyDate
public void setModifyDate(ModifyDate value)
Sets the value of the modifyDate property.- Parameters:
value
- allowed object isModifyDate
-
-