Class TokenTypeOrganisation


  • public class TokenTypeOrganisation
    extends java.lang.Object

    Java class for TokenTypeOrganisation complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TokenTypeOrganisation">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="shortName" type="{http://certificateservices.org/xsd/csexport_data_1_0}OrganisationName"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String shortName  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getShortName()
      Gets the value of the shortName property.
      void setShortName​(java.lang.String value)
      Sets the value of the shortName property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • shortName

        protected java.lang.String shortName
    • Constructor Detail

      • TokenTypeOrganisation

        public TokenTypeOrganisation()
    • Method Detail

      • getShortName

        public java.lang.String getShortName()
        Gets the value of the shortName property.
        Returns:
        possible object is String
      • setShortName

        public void setShortName​(java.lang.String value)
        Sets the value of the shortName property.
        Parameters:
        value - allowed object is String