public class DMCFileInfoV5
extends java.lang.Object
コンストラクタと説明 |
---|
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.
|
public DMCFileInfoV5()
public DMCFileInfoV5(byte[] pdocFormat, byte[] pdocSubFormat, byte[] pdocCountry, int pprotectCode, int pfileType)
public java.lang.String getDocCountry()
public java.lang.String getDocFormat()
public java.lang.String getDocSubFormat()
public int getFileType()
public int getProtectCode()
public void setDocCountry(java.lang.String docCountry)
docCountry
- The docCountry to setpublic void setDocFormat(java.lang.String docFormat)
docFormat
- The docFormat to setpublic void setDocSubFormat(java.lang.String docSubFormatt)
docSubFormatt
- The docSubFormatt to setpublic void setFileType(int fileType)
fileType
- The fileType to setpublic void setProtectCode(int protectCode)
protectCode
- The protectCode to set