パッケージ jp.co.antenna.dmc.v4
クラス DMCfileInfoV4
- java.lang.Object
-
- jp.co.antenna.dmc.v4.DMCfileInfoV4
-
public class DMCfileInfoV4 extends java.lang.Object
fileInfo Class- 作成者:
- Hiorshi Obata
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 DMCfileInfoV4()
DMCfileInfoV4(byte[] pdocFormat, byte[] pdocSubFormat, byte[] pdocCountry, int pprotectCode, int pfileType)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 java.lang.String
getDocCountry()
Returns the docCountry.java.lang.String
getDocFormat()
Returns the docFormat.java.lang.String
getDocSubFormat()
Returns the docSubFormatt.int
getFileType()
Returns the fileType.int
getProtectCode()
Returns the protectCode.void
setDocCountry(java.lang.String docCountry)
Sets the docCountry.void
setDocFormat(java.lang.String docFormat)
Sets the docFormat.void
setDocSubFormat(java.lang.String docSubFormatt)
Sets the docSubFormatt.void
setFileType(int fileType)
Sets the fileType.void
setProtectCode(int protectCode)
Sets the protectCode.
-
-
-
メソッドの詳細
-
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
-
-