Class TokenContainerInfoEx


  • public class TokenContainerInfoEx
    extends java.lang.Object

    Java 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.String contentType  
      protected java.lang.String fileNameSuffix  
      protected java.lang.String resourceKey  
      protected java.lang.String type  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContentType()
      Gets the value of the contentType property.
      java.lang.String getFileNameSuffix()
      Gets the value of the fileNameSuffix property.
      java.lang.String getResourceKey()
      Gets the value of the resourceKey property.
      java.lang.String getType()
      Gets the value of the type property.
      void setContentType​(java.lang.String value)
      Sets the value of the contentType property.
      void setFileNameSuffix​(java.lang.String value)
      Sets the value of the fileNameSuffix property.
      void setResourceKey​(java.lang.String value)
      Sets the value of the resourceKey property.
      void setType​(java.lang.String value)
      Sets the value of the type property.
      • Methods inherited from class java.lang.Object

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

      • type

        protected java.lang.String type
      • resourceKey

        protected java.lang.String resourceKey
      • contentType

        protected java.lang.String contentType
      • fileNameSuffix

        protected java.lang.String fileNameSuffix
    • Constructor Detail

      • TokenContainerInfoEx

        public TokenContainerInfoEx()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String