Package iofXml.v2

Class 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 Detail

      • name

        protected Name name
      • rankPosition

        protected java.lang.String rankPosition
      • rankValue

        protected java.lang.String rankValue
    • Constructor Detail

      • Rank

        public Rank()
    • Method Detail

      • 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 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 is String
      • 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 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