public interface CicsExtractCertificateStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsExtractCertificateStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getCertificate()
Returns the value of the 'Certificate' containment reference.
|
DataRef |
getCommonName()
Returns the value of the 'Common Name' containment reference.
|
DataRef |
getCommonNamLen()
Returns the value of the 'Common Nam Len' containment reference.
|
DataRef |
getCountry()
Returns the value of the 'Country' containment reference.
|
DataRef |
getCountryLen()
Returns the value of the 'Country Len' containment reference.
|
DataRef |
getLength()
Returns the value of the 'Length' containment reference.
|
DataRef |
getLocality()
Returns the value of the 'Locality' containment reference.
|
DataRef |
getLocalityLen()
Returns the value of the 'Locality Len' containment reference.
|
DataRef |
getOrganization()
Returns the value of the 'Organization' containment reference.
|
DataRef |
getOrganizatLen()
Returns the value of the 'Organizat Len' containment reference.
|
DataRef |
getOrgUnit()
Returns the value of the 'Org Unit' containment reference.
|
DataRef |
getOrgUnitLen()
Returns the value of the 'Org Unit Len' containment reference.
|
DataRef |
getSerialNum()
Returns the value of the 'Serial Num' containment reference.
|
DataRef |
getSerialNumLen()
Returns the value of the 'Serial Num Len' containment reference.
|
DataRef |
getState()
Returns the value of the 'State' containment reference.
|
DataRef |
getStateLen()
Returns the value of the 'State Len' containment reference.
|
DataRef |
getUserId()
Returns the value of the 'User Id' containment reference.
|
boolean |
isIssuer()
Returns the value of the 'Issuer' attribute.
|
boolean |
isOwner()
Returns the value of the 'Owner' attribute.
|
void |
setCertificate(DataRef value)
Sets the value of the '
Certificate' containment reference. |
void |
setCommonName(DataRef value)
Sets the value of the '
Common Name' containment reference. |
void |
setCommonNamLen(DataRef value)
Sets the value of the '
Common Nam Len' containment reference. |
void |
setCountry(DataRef value)
Sets the value of the '
Country' containment reference. |
void |
setCountryLen(DataRef value)
Sets the value of the '
Country Len' containment reference. |
void |
setIssuer(boolean value)
Sets the value of the '
Issuer' attribute. |
void |
setLength(DataRef value)
Sets the value of the '
Length' containment reference. |
void |
setLocality(DataRef value)
Sets the value of the '
Locality' containment reference. |
void |
setLocalityLen(DataRef value)
Sets the value of the '
Locality Len' containment reference. |
void |
setOrganization(DataRef value)
Sets the value of the '
Organization' containment reference. |
void |
setOrganizatLen(DataRef value)
Sets the value of the '
Organizat Len' containment reference. |
void |
setOrgUnit(DataRef value)
Sets the value of the '
Org Unit' containment reference. |
void |
setOrgUnitLen(DataRef value)
Sets the value of the '
Org Unit Len' containment reference. |
void |
setOwner(boolean value)
Sets the value of the '
Owner' attribute. |
void |
setSerialNum(DataRef value)
Sets the value of the '
Serial Num' containment reference. |
void |
setSerialNumLen(DataRef value)
Sets the value of the '
Serial Num Len' containment reference. |
void |
setState(DataRef value)
Sets the value of the '
State' containment reference. |
void |
setStateLen(DataRef value)
Sets the value of the '
State Len' containment reference. |
void |
setUserId(DataRef value)
Sets the value of the '
User Id' containment reference. |
getResp, getResp2, isNoEDF, isNoHandle, isSysEIB, setNoEDF, setNoHandle, setResp, setResp2, setSysEIBgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRef getCertificate()
The value is a representation of the pointer reference specified in the CERTIFICATE option.
setCertificate(DataRef),
COBOLPackage.getCicsExtractCertificateStmt_Certificate()void setCertificate(DataRef value)
Certificate' containment reference.
value - the new value of the 'Certificate' containment reference.getCertificate()DataRef getLength()
The value is a representation of the data area specified in the LENGTH option; if that option is not used, the value is null.
setLength(DataRef),
COBOLPackage.getCicsExtractCertificateStmt_Length()void setLength(DataRef value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()DataRef getSerialNum()
The value is a representation of the pointer reference specified in the SERIALNUM option; if that option is not used, the value is null.
setSerialNum(DataRef),
COBOLPackage.getCicsExtractCertificateStmt_SerialNum()void setSerialNum(DataRef value)
Serial Num' containment reference.
value - the new value of the 'Serial Num' containment reference.getSerialNum()DataRef getSerialNumLen()
The value is a representation of the data area specified in the SERIALNUMLEN option; if that option is not used, the value is null.
setSerialNumLen(DataRef),
COBOLPackage.getCicsExtractCertificateStmt_SerialNumLen()void setSerialNumLen(DataRef value)
Serial Num Len' containment reference.
value - the new value of the 'Serial Num Len' containment reference.getSerialNumLen()DataRef getUserId()
The value is a representation of the data area specified in the USERID option; if that option is not used, the value is null.
setUserId(DataRef),
COBOLPackage.getCicsExtractCertificateStmt_UserId()void setUserId(DataRef value)
User Id' containment reference.
value - the new value of the 'User Id' containment reference.getUserId()boolean isOwner()
The value is true if the OWNER option is used; false otherwise.
setOwner(boolean),
COBOLPackage.getCicsExtractCertificateStmt_Owner()void setOwner(boolean value)
Owner' attribute.
value - the new value of the 'Owner' attribute.isOwner()boolean isIssuer()
The value is true if the ISSUER option is used; false otherwise.
setIssuer(boolean),
COBOLPackage.getCicsExtractCertificateStmt_Issuer()void setIssuer(boolean value)
Issuer' attribute.
value - the new value of the 'Issuer' attribute.isIssuer()DataRef getCommonName()
The value is a representation of the pointer reference specified in the COMMONNAME option; if that option is not used, the value is null.
setCommonName(DataRef),
COBOLPackage.getCicsExtractCertificateStmt_CommonName()void setCommonName(DataRef value)
Common Name' containment reference.
value - the new value of the 'Common Name' containment reference.getCommonName()DataRef getCommonNamLen()
The value is a representation of the data area specified in the COMMONNAMLEN option; if that option is not used, the value is null.
setCommonNamLen(DataRef),
COBOLPackage.getCicsExtractCertificateStmt_CommonNamLen()void setCommonNamLen(DataRef value)
Common Nam Len' containment reference.
value - the new value of the 'Common Nam Len' containment reference.getCommonNamLen()DataRef getCountry()
The value is a representation of the pointer reference specified in the COUNTRY option; if that option is not used, the value is null.
setCountry(DataRef),
COBOLPackage.getCicsExtractCertificateStmt_Country()void setCountry(DataRef value)
Country' containment reference.
value - the new value of the 'Country' containment reference.getCountry()DataRef getCountryLen()
The value is a representation of the data area specified in the COUNTRYLEN option; if that option is not used, the value is null.
setCountryLen(DataRef),
COBOLPackage.getCicsExtractCertificateStmt_CountryLen()void setCountryLen(DataRef value)
Country Len' containment reference.
value - the new value of the 'Country Len' containment reference.getCountryLen()DataRef getState()
The value is a representation of the pointer reference specified in the STATE option; if that option is not used, the value is null.
setState(DataRef),
COBOLPackage.getCicsExtractCertificateStmt_State()void setState(DataRef value)
State' containment reference.
value - the new value of the 'State' containment reference.getState()DataRef getStateLen()
The value is a representation of the data area specified in the STATELEN option; if that option is not used, the value is null.
setStateLen(DataRef),
COBOLPackage.getCicsExtractCertificateStmt_StateLen()void setStateLen(DataRef value)
State Len' containment reference.
value - the new value of the 'State Len' containment reference.getStateLen()DataRef getLocality()
The value is a representation of the pointer reference specified in the LOCALITY option; if that option is not used, the value is null.
setLocality(DataRef),
COBOLPackage.getCicsExtractCertificateStmt_Locality()void setLocality(DataRef value)
Locality' containment reference.
value - the new value of the 'Locality' containment reference.getLocality()DataRef getLocalityLen()
The value is a representation of the data area specified in the LOCALITYLEN option; if that option is not used, the value is null.
setLocalityLen(DataRef),
COBOLPackage.getCicsExtractCertificateStmt_LocalityLen()void setLocalityLen(DataRef value)
Locality Len' containment reference.
value - the new value of the 'Locality Len' containment reference.getLocalityLen()DataRef getOrganization()
The value is a representation of the pointer reference specified in the ORGANIZATION option; if that option is not used, the value is null.
setOrganization(DataRef),
COBOLPackage.getCicsExtractCertificateStmt_Organization()void setOrganization(DataRef value)
Organization' containment reference.
value - the new value of the 'Organization' containment reference.getOrganization()DataRef getOrganizatLen()
The value is a representation of the data area specified in the ORGANIZATLEN option; if that option is not used, the value is null.
setOrganizatLen(DataRef),
COBOLPackage.getCicsExtractCertificateStmt_OrganizatLen()void setOrganizatLen(DataRef value)
Organizat Len' containment reference.
value - the new value of the 'Organizat Len' containment reference.getOrganizatLen()DataRef getOrgUnit()
The value is a representation of the pointer reference specified in the ORGUNIT option; if that option is not used, the value is null.
setOrgUnit(DataRef),
COBOLPackage.getCicsExtractCertificateStmt_OrgUnit()void setOrgUnit(DataRef value)
Org Unit' containment reference.
value - the new value of the 'Org Unit' containment reference.getOrgUnit()DataRef getOrgUnitLen()
The value is a representation of the data area specified in the ORGUNITLEN option; if that option is not used, the value is null.
setOrgUnitLen(DataRef),
COBOLPackage.getCicsExtractCertificateStmt_OrgUnitLen()void setOrgUnitLen(DataRef value)
Org Unit Len' containment reference.
value - the new value of the 'Org Unit Len' containment reference.getOrgUnitLen()