Package iofXml.v2

Class Rank

java.lang.Object
iofXml.v2.Rank

public class Rank extends 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 Details

  • Constructor Details

    • Rank

      public Rank()
  • Method Details

    • getName

      public Name getName()
      Gets the value of the name property.
      Returns:
      possible object is Name
    • setName

      public void setName(Name value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is Name
    • 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 is OrganisationId
    • 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 is Organisation
    • getRankPosition

      public String getRankPosition()
      Gets the value of the rankPosition property.
      Returns:
      possible object is String
    • setRankPosition

      public void setRankPosition(String value)
      Sets the value of the rankPosition property.
      Parameters:
      value - allowed object is String
    • getRankValue

      public String getRankValue()
      Gets the value of the rankValue property.
      Returns:
      possible object is String
    • setRankValue

      public void setRankValue(String value)
      Sets the value of the rankValue property.
      Parameters:
      value - allowed object is String
    • 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 is ValidFromDate
    • 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 is ValidToDate
    • 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 is ModifyDate