jp.co.antenna.dmc.v5
クラス DMCFileInfoV5

java.lang.Object
  上位を拡張 jp.co.antenna.dmc.v5.DMCFileInfoV5

public class DMCFileInfoV5
extends java.lang.Object

fileInfo Class

作成者:
Hiorshi Obata

コンストラクタの概要
DMCFileInfoV5()
           
DMCFileInfoV5(byte[] pdocFormat, byte[] pdocSubFormat, byte[] pdocCountry, int pprotectCode, int pfileType)
           
 
メソッドの概要
 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.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

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