Class Organisation
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.Organisation
-
public class Organisation extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringdescriptionprotected java.lang.StringdisplayNameprotected java.lang.StringissuerDistinguishedNameprotected java.math.BigIntegermatchAdminWithprotected java.lang.StringobfuscatedNameprotected java.lang.StringshortName
-
Constructor Summary
Constructors Constructor Description Organisation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetDisplayName()Gets the value of the displayName property.java.lang.StringgetIssuerDistinguishedName()Gets the value of the issuerDistinguishedName property.java.math.BigIntegergetMatchAdminWith()Gets the value of the matchAdminWith property.java.lang.StringgetObfuscatedName()Gets the value of the obfuscatedName property.java.lang.StringgetShortName()Gets the value of the shortName property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetDisplayName(java.lang.String value)Sets the value of the displayName property.voidsetIssuerDistinguishedName(java.lang.String value)Sets the value of the issuerDistinguishedName property.voidsetMatchAdminWith(java.math.BigInteger value)Sets the value of the matchAdminWith property.voidsetObfuscatedName(java.lang.String value)Sets the value of the obfuscatedName property.voidsetShortName(java.lang.String value)Sets the value of the shortName property.
-
-
-
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
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isBigInteger
-
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 isString
-
-