Class RepresentationDocType


  • public class RepresentationDocType
    extends java.lang.Object
    The documentation type for representations.
    Created on: Jun 16, 2008
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String doc  
      private javax.xml.namespace.QName element  
      private java.lang.String example  
      private java.lang.String mediaType  
      private java.lang.Long status  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDoc()  
      javax.xml.namespace.QName getElement()  
      java.lang.String getExample()  
      java.lang.String getMediaType()  
      java.lang.Long getStatus()  
      void setDoc​(java.lang.String doc)  
      void setElement​(javax.xml.namespace.QName element)  
      void setExample​(java.lang.String example)  
      void setMediaType​(java.lang.String mediaType)  
      void setStatus​(java.lang.Long status)  
      • Methods inherited from class java.lang.Object

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

      • element

        private javax.xml.namespace.QName element
      • example

        private java.lang.String example
      • status

        private java.lang.Long status
      • mediaType

        private java.lang.String mediaType
      • doc

        private java.lang.String doc
    • Constructor Detail

      • RepresentationDocType

        public RepresentationDocType()
    • Method Detail

      • getElement

        public javax.xml.namespace.QName getElement()
        Returns:
        the element
      • setElement

        public void setElement​(javax.xml.namespace.QName element)
        Parameters:
        element - the element to set
      • getExample

        public java.lang.String getExample()
        Returns:
        the example
      • setExample

        public void setExample​(java.lang.String example)
        Parameters:
        example - the example to set
      • getStatus

        public java.lang.Long getStatus()
        Returns:
        the status
      • setStatus

        public void setStatus​(java.lang.Long status)
        Parameters:
        status - the status to set
      • getMediaType

        public java.lang.String getMediaType()
        Returns:
        the mediaType
      • setMediaType

        public void setMediaType​(java.lang.String mediaType)
        Parameters:
        mediaType - the mediaType to set
      • getDoc

        public java.lang.String getDoc()
        Returns:
        the doc
      • setDoc

        public void setDoc​(java.lang.String doc)
        Parameters:
        doc - the doc to set