Class Organisation


  • public class Organisation
    extends java.lang.Object

    Java class for Organisation complex type.

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

     <complexType name="Organisation">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="shortName" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="displayName" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="obfuscatedName" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="description" type="{http://certificateservices.org/xsd/csmessages2_0}descriptionstring" minOccurs="0"/>
             <element name="matchAdminWith" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
             <element name="issuerDistinguishedName" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      Organisation()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Gets the value of the description property.
      java.lang.String getDisplayName()
      Gets the value of the displayName property.
      java.lang.String getIssuerDistinguishedName()
      Gets the value of the issuerDistinguishedName property.
      java.math.BigInteger getMatchAdminWith()
      Gets the value of the matchAdminWith property.
      java.lang.String getObfuscatedName()
      Gets the value of the obfuscatedName property.
      java.lang.String getShortName()
      Gets the value of the shortName property.
      void setDescription​(java.lang.String value)
      Sets the value of the description property.
      void setDisplayName​(java.lang.String value)
      Sets the value of the displayName property.
      void setIssuerDistinguishedName​(java.lang.String value)
      Sets the value of the issuerDistinguishedName property.
      void setMatchAdminWith​(java.math.BigInteger value)
      Sets the value of the matchAdminWith property.
      void setObfuscatedName​(java.lang.String value)
      Sets the value of the obfuscatedName 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
      • displayName

        protected java.lang.String displayName
      • obfuscatedName

        protected java.lang.String obfuscatedName
      • description

        protected java.lang.String description
      • matchAdminWith

        protected java.math.BigInteger matchAdminWith
      • issuerDistinguishedName

        protected java.lang.String issuerDistinguishedName
    • Constructor Detail

      • Organisation

        public Organisation()
    • 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
      • getDisplayName

        public java.lang.String getDisplayName()
        Gets the value of the displayName property.
        Returns:
        possible object is String
      • setDisplayName

        public void setDisplayName​(java.lang.String value)
        Sets the value of the displayName property.
        Parameters:
        value - allowed object is String
      • getObfuscatedName

        public java.lang.String getObfuscatedName()
        Gets the value of the obfuscatedName property.
        Returns:
        possible object is String
      • setObfuscatedName

        public void setObfuscatedName​(java.lang.String value)
        Sets the value of the obfuscatedName property.
        Parameters:
        value - allowed object is String
      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getMatchAdminWith

        public java.math.BigInteger getMatchAdminWith()
        Gets the value of the matchAdminWith property.
        Returns:
        possible object is BigInteger
      • setMatchAdminWith

        public void setMatchAdminWith​(java.math.BigInteger value)
        Sets the value of the matchAdminWith property.
        Parameters:
        value - allowed object is BigInteger
      • getIssuerDistinguishedName

        public java.lang.String getIssuerDistinguishedName()
        Gets the value of the issuerDistinguishedName property.
        Returns:
        possible object is String
      • setIssuerDistinguishedName

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