Class RelatedTokenAttribute
- java.lang.Object
-
- org.certificateservices.messages.csexport.data.jaxb.RelatedTokenAttribute
-
public class RelatedTokenAttribute extends java.lang.ObjectJava class for RelatedTokenAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelatedTokenAttribute"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="key"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="[a-z0-9_\-\.]+"/> </restriction> </simpleType> </element> <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="storeInCredentialStore" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdisplayNameprotected java.lang.Stringkeyprotected java.lang.BooleanstoreInCredentialStore
-
Constructor Summary
Constructors Constructor Description RelatedTokenAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayName()Gets the value of the displayName property.java.lang.StringgetKey()Gets the value of the key property.java.lang.BooleanisStoreInCredentialStore()Gets the value of the storeInCredentialStore property.voidsetDisplayName(java.lang.String value)Sets the value of the displayName property.voidsetKey(java.lang.String value)Sets the value of the key property.voidsetStoreInCredentialStore(java.lang.Boolean value)Sets the value of the storeInCredentialStore property.
-
-
-
Method Detail
-
getKey
public java.lang.String getKey()
Gets the value of the key property.- Returns:
- possible object is
String
-
setKey
public void setKey(java.lang.String value)
Sets the value of the key 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
-
isStoreInCredentialStore
public java.lang.Boolean isStoreInCredentialStore()
Gets the value of the storeInCredentialStore property.- Returns:
- possible object is
Boolean
-
setStoreInCredentialStore
public void setStoreInCredentialStore(java.lang.Boolean value)
Sets the value of the storeInCredentialStore property.- Parameters:
value- allowed object isBoolean
-
-