パッケージ jp.co.antenna.dmc.v5

クラス DMCFileInfoV5


  • public class DMCFileInfoV5
    extends java.lang.Object
    文書情報
    作成者:
    Hiorshi Obata
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      DMCFileInfoV5()  
      DMCFileInfoV5​(byte[] pdocFormat, byte[] pdocSubFormat, byte[] pdocCountry, int pprotectCode, int pfileType)  
    • コンストラクタの詳細

      • DMCFileInfoV5

        public DMCFileInfoV5()
      • DMCFileInfoV5

        public DMCFileInfoV5​(byte[] pdocFormat,
                             byte[] pdocSubFormat,
                             byte[] pdocCountry,
                             int pprotectCode,
                             int pfileType)
    • メソッドの詳細

      • getDocCountry

        public java.lang.String getDocCountry()
        Returns the docCountry.
        戻り値:
        String
      • getDocFormat

        public java.lang.String getDocFormat()
        Returns the docFormat.
        戻り値:
        String
      • getDocSubFormat

        public java.lang.String getDocSubFormat()
        Returns the docSubFormatt.
        戻り値:
        String
      • getFileType

        public int getFileType()
        Returns the fileType.
        戻り値:
        int
      • getProtectCode

        public int getProtectCode()
        Returns the protectCode.
        戻り値:
        int
      • setDocCountry

        public void setDocCountry​(java.lang.String docCountry)
        Sets the docCountry.
        パラメータ:
        docCountry - The docCountry to set
      • setDocFormat

        public void setDocFormat​(java.lang.String docFormat)
        Sets the docFormat.
        パラメータ:
        docFormat - The docFormat to set
      • setDocSubFormat

        public void setDocSubFormat​(java.lang.String docSubFormatt)
        Sets the docSubFormatt.
        パラメータ:
        docSubFormatt - The docSubFormatt to set
      • setFileType

        public void setFileType​(int fileType)
        Sets the fileType.
        パラメータ:
        fileType - The fileType to set
      • setProtectCode

        public void setProtectCode​(int protectCode)
        Sets the protectCode.
        パラメータ:
        protectCode - The protectCode to set