Class TokenContainerInfoEx
- java.lang.Object
-
- org.certificateservices.messages.csexport.data.jaxb.TokenContainerInfoEx
-
public class TokenContainerInfoEx extends java.lang.ObjectJava class for TokenContainerInfoEx complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TokenContainerInfoEx"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="resourceKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fileNameSuffix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcontentTypeprotected java.lang.StringfileNameSuffixprotected java.lang.StringresourceKeyprotected java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description TokenContainerInfoEx()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContentType()Gets the value of the contentType property.java.lang.StringgetFileNameSuffix()Gets the value of the fileNameSuffix property.java.lang.StringgetResourceKey()Gets the value of the resourceKey property.java.lang.StringgetType()Gets the value of the type property.voidsetContentType(java.lang.String value)Sets the value of the contentType property.voidsetFileNameSuffix(java.lang.String value)Sets the value of the fileNameSuffix property.voidsetResourceKey(java.lang.String value)Sets the value of the resourceKey property.voidsetType(java.lang.String value)Sets the value of the type property.
-
-
-
Method Detail
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getResourceKey
public java.lang.String getResourceKey()
Gets the value of the resourceKey property.- Returns:
- possible object is
String
-
setResourceKey
public void setResourceKey(java.lang.String value)
Sets the value of the resourceKey property.- Parameters:
value- allowed object isString
-
getContentType
public java.lang.String getContentType()
Gets the value of the contentType property.- Returns:
- possible object is
String
-
setContentType
public void setContentType(java.lang.String value)
Sets the value of the contentType property.- Parameters:
value- allowed object isString
-
getFileNameSuffix
public java.lang.String getFileNameSuffix()
Gets the value of the fileNameSuffix property.- Returns:
- possible object is
String
-
setFileNameSuffix
public void setFileNameSuffix(java.lang.String value)
Sets the value of the fileNameSuffix property.- Parameters:
value- allowed object isString
-
-