ca.uhn.hl7v2.model.v281.segment.CER Maven / Gradle / Ivy
/*
* This class is an auto-generated source file for a HAPI
* HL7 v2.x standard structure class.
*
* For more information, visit: http://hl7api.sourceforge.net/
*
* The contents of this file are subject to the Mozilla Public License Version 1.1
* (the "License"); you may not use this file except in compliance with the License.
* You may obtain a copy of the License at http://www.mozilla.org/MPL/
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
* specific language governing rights and limitations under the License.
*
* The Original Code is "[file_name]". Description:
* "[one_line_description]"
*
* The Initial Developer of the Original Code is University Health Network. Copyright (C)
* 2012. All Rights Reserved.
*
* Contributor(s): ______________________________________.
*
* Alternatively, the contents of this file may be used under the terms of the
* GNU General Public License (the "GPL"), in which case the provisions of the GPL are
* applicable instead of those above. If you wish to allow use of your version of this
* file only under the terms of the GPL and not to allow others to use your version
* of this file under the MPL, indicate your decision by deleting the provisions above
* and replace them with the notice and other provisions required by the GPL License.
* If you do not delete the provisions above, a recipient may use your version of
* this file under either the MPL or the GPL.
*
*/
package ca.uhn.hl7v2.model.v281.segment;
// import ca.uhn.hl7v2.model.v281.group.*;
import ca.uhn.hl7v2.model.v281.datatype.*;
import ca.uhn.hl7v2.HL7Exception;
import ca.uhn.hl7v2.parser.ModelClassFactory;
import ca.uhn.hl7v2.parser.DefaultModelClassFactory;
import ca.uhn.hl7v2.model.AbstractMessage;
import ca.uhn.hl7v2.model.Group;
import ca.uhn.hl7v2.model.Type;
import ca.uhn.hl7v2.model.AbstractSegment;
import ca.uhn.hl7v2.model.Varies;
/**
*Represents an HL7 CER message segment (Certificate Detail).
* This segment has the following fields:
*
* - CER-1: Set ID - CER (SI)
*
- CER-2: Serial Number (ST) optional
*
- CER-3: Version (ST) optional
*
- CER-4: Granting Authority (XON) optional
*
- CER-5: Issuing Authority (XCN) optional
*
- CER-6: Signature (ED) optional
*
- CER-7: Granting Country (ID) optional
*
- CER-8: Granting State/Province (CWE) optional
*
- CER-9: Granting County/Parish (CWE) optional
*
- CER-10: Certificate Type (CWE) optional
*
- CER-11: Certificate Domain (CWE) optional
*
- CER-12: Subject ID (EI) optional
*
- CER-13: Subject Name (ST)
*
- CER-14: Subject Directory Attribute Extension (CWE) optional repeating
*
- CER-15: Subject Public Key Info (CWE) optional
*
- CER-16: Authority Key Identifier (CWE) optional
*
- CER-17: Basic Constraint (ID) optional
*
- CER-18: CRL Distribution Point (CWE) optional repeating
*
- CER-19: Jurisdiction Country (ID) optional
*
- CER-20: Jurisdiction State/Province (CWE) optional
*
- CER-21: Jurisdiction County/Parish (CWE) optional
*
- CER-22: Jurisdiction Breadth (CWE) optional repeating
*
- CER-23: Granting Date (DTM) optional
*
- CER-24: Issuing Date (DTM) optional
*
- CER-25: Activation Date (DTM) optional
*
- CER-26: Inactivation Date (DTM) optional
*
- CER-27: Expiration Date (DTM) optional
*
- CER-28: Renewal Date (DTM) optional
*
- CER-29: Revocation Date (DTM) optional
*
- CER-30: Revocation Reason Code (CWE) optional
*
- CER-31: Certificate Status Code (CWE) optional
*
*/
@SuppressWarnings("unused")
public class CER extends AbstractSegment {
/**
* Creates a new CER segment
*/
public CER(Group parent, ModelClassFactory factory) {
super(parent, factory);
init(factory);
}
private void init(ModelClassFactory factory) {
try {
this.add(SI.class, true, 1, 0, new Object[]{ getMessage() }, "Set ID - CER");
this.add(ST.class, false, 1, 0, new Object[]{ getMessage() }, "Serial Number");
this.add(ST.class, false, 1, 0, new Object[]{ getMessage() }, "Version");
this.add(XON.class, false, 1, 0, new Object[]{ getMessage() }, "Granting Authority");
this.add(XCN.class, false, 1, 0, new Object[]{ getMessage() }, "Issuing Authority");
this.add(ED.class, false, 1, 0, new Object[]{ getMessage() }, "Signature");
this.add(ID.class, false, 1, 0, new Object[]{ getMessage(), new Integer(399) }, "Granting Country");
this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Granting State/Province");
this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Granting County/Parish");
this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Certificate Type");
this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Certificate Domain");
this.add(EI.class, false, 1, 0, new Object[]{ getMessage() }, "Subject ID");
this.add(ST.class, true, 1, 0, new Object[]{ getMessage() }, "Subject Name");
this.add(CWE.class, false, 0, 0, new Object[]{ getMessage() }, "Subject Directory Attribute Extension");
this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Subject Public Key Info");
this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Authority Key Identifier");
this.add(ID.class, false, 1, 0, new Object[]{ getMessage(), new Integer(136) }, "Basic Constraint");
this.add(CWE.class, false, 0, 0, new Object[]{ getMessage() }, "CRL Distribution Point");
this.add(ID.class, false, 1, 0, new Object[]{ getMessage(), new Integer(399) }, "Jurisdiction Country");
this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Jurisdiction State/Province");
this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Jurisdiction County/Parish");
this.add(CWE.class, false, 0, 0, new Object[]{ getMessage() }, "Jurisdiction Breadth");
this.add(DTM.class, false, 1, 0, new Object[]{ getMessage() }, "Granting Date");
this.add(DTM.class, false, 1, 0, new Object[]{ getMessage() }, "Issuing Date");
this.add(DTM.class, false, 1, 0, new Object[]{ getMessage() }, "Activation Date");
this.add(DTM.class, false, 1, 0, new Object[]{ getMessage() }, "Inactivation Date");
this.add(DTM.class, false, 1, 0, new Object[]{ getMessage() }, "Expiration Date");
this.add(DTM.class, false, 1, 0, new Object[]{ getMessage() }, "Renewal Date");
this.add(DTM.class, false, 1, 0, new Object[]{ getMessage() }, "Revocation Date");
this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Revocation Reason Code");
this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Certificate Status Code");
} catch(HL7Exception e) {
log.error("Unexpected error creating CER - this is probably a bug in the source code generator.", e);
}
}
/**
* Returns
* CER-1: "Set ID - CER" - creates it if necessary
*/
public SI getSetIDCER() {
SI retVal = this.getTypedField(1, 0);
return retVal;
}
/**
* Returns
* CER-1: "Set ID - CER" - creates it if necessary
*/
public SI getCer1_SetIDCER() {
SI retVal = this.getTypedField(1, 0);
return retVal;
}
/**
* Returns
* CER-2: "Serial Number" - creates it if necessary
*/
public ST getSerialNumber() {
ST retVal = this.getTypedField(2, 0);
return retVal;
}
/**
* Returns
* CER-2: "Serial Number" - creates it if necessary
*/
public ST getCer2_SerialNumber() {
ST retVal = this.getTypedField(2, 0);
return retVal;
}
/**
* Returns
* CER-3: "Version" - creates it if necessary
*/
public ST getVersion() {
ST retVal = this.getTypedField(3, 0);
return retVal;
}
/**
* Returns
* CER-3: "Version" - creates it if necessary
*/
public ST getCer3_Version() {
ST retVal = this.getTypedField(3, 0);
return retVal;
}
/**
* Returns
* CER-4: "Granting Authority" - creates it if necessary
*/
public XON getGrantingAuthority() {
XON retVal = this.getTypedField(4, 0);
return retVal;
}
/**
* Returns
* CER-4: "Granting Authority" - creates it if necessary
*/
public XON getCer4_GrantingAuthority() {
XON retVal = this.getTypedField(4, 0);
return retVal;
}
/**
* Returns
* CER-5: "Issuing Authority" - creates it if necessary
*/
public XCN getIssuingAuthority() {
XCN retVal = this.getTypedField(5, 0);
return retVal;
}
/**
* Returns
* CER-5: "Issuing Authority" - creates it if necessary
*/
public XCN getCer5_IssuingAuthority() {
XCN retVal = this.getTypedField(5, 0);
return retVal;
}
/**
* Returns
* CER-6: "Signature" - creates it if necessary
*/
public ED getSignature() {
ED retVal = this.getTypedField(6, 0);
return retVal;
}
/**
* Returns
* CER-6: "Signature" - creates it if necessary
*/
public ED getCer6_Signature() {
ED retVal = this.getTypedField(6, 0);
return retVal;
}
/**
* Returns
* CER-7: "Granting Country" - creates it if necessary
*/
public ID getGrantingCountry() {
ID retVal = this.getTypedField(7, 0);
return retVal;
}
/**
* Returns
* CER-7: "Granting Country" - creates it if necessary
*/
public ID getCer7_GrantingCountry() {
ID retVal = this.getTypedField(7, 0);
return retVal;
}
/**
* Returns
* CER-8: "Granting State/Province" - creates it if necessary
*/
public CWE getGrantingStateProvince() {
CWE retVal = this.getTypedField(8, 0);
return retVal;
}
/**
* Returns
* CER-8: "Granting State/Province" - creates it if necessary
*/
public CWE getCer8_GrantingStateProvince() {
CWE retVal = this.getTypedField(8, 0);
return retVal;
}
/**
* Returns
* CER-9: "Granting County/Parish" - creates it if necessary
*/
public CWE getGrantingCountyParish() {
CWE retVal = this.getTypedField(9, 0);
return retVal;
}
/**
* Returns
* CER-9: "Granting County/Parish" - creates it if necessary
*/
public CWE getCer9_GrantingCountyParish() {
CWE retVal = this.getTypedField(9, 0);
return retVal;
}
/**
* Returns
* CER-10: "Certificate Type" - creates it if necessary
*/
public CWE getCertificateType() {
CWE retVal = this.getTypedField(10, 0);
return retVal;
}
/**
* Returns
* CER-10: "Certificate Type" - creates it if necessary
*/
public CWE getCer10_CertificateType() {
CWE retVal = this.getTypedField(10, 0);
return retVal;
}
/**
* Returns
* CER-11: "Certificate Domain" - creates it if necessary
*/
public CWE getCertificateDomain() {
CWE retVal = this.getTypedField(11, 0);
return retVal;
}
/**
* Returns
* CER-11: "Certificate Domain" - creates it if necessary
*/
public CWE getCer11_CertificateDomain() {
CWE retVal = this.getTypedField(11, 0);
return retVal;
}
/**
* Returns
* CER-12: "Subject ID" - creates it if necessary
*/
public EI getSubjectID() {
EI retVal = this.getTypedField(12, 0);
return retVal;
}
/**
* Returns
* CER-12: "Subject ID" - creates it if necessary
*/
public EI getCer12_SubjectID() {
EI retVal = this.getTypedField(12, 0);
return retVal;
}
/**
* Returns
* CER-13: "Subject Name" - creates it if necessary
*/
public ST getSubjectName() {
ST retVal = this.getTypedField(13, 0);
return retVal;
}
/**
* Returns
* CER-13: "Subject Name" - creates it if necessary
*/
public ST getCer13_SubjectName() {
ST retVal = this.getTypedField(13, 0);
return retVal;
}
/**
* Returns all repetitions of Subject Directory Attribute Extension (CER-14).
*/
public CWE[] getSubjectDirectoryAttributeExtension() {
CWE[] retVal = this.getTypedField(14, new CWE[0]);
return retVal;
}
/**
* Returns all repetitions of Subject Directory Attribute Extension (CER-14).
*/
public CWE[] getCer14_SubjectDirectoryAttributeExtension() {
CWE[] retVal = this.getTypedField(14, new CWE[0]);
return retVal;
}
/**
* Returns a count of the current number of repetitions of Subject Directory Attribute Extension (CER-14).
* This method does not create a repetition, so if no repetitions have currently been defined or accessed,
* it will return zero.
*/
public int getSubjectDirectoryAttributeExtensionReps() {
return this.getReps(14);
}
/**
* Returns a specific repetition of
* CER-14: "Subject Directory Attribute Extension" - creates it if necessary
*
* @param rep The repetition index (0-indexed)
*/
public CWE getSubjectDirectoryAttributeExtension(int rep) {
CWE retVal = this.getTypedField(14, rep);
return retVal;
}
/**
* Returns a specific repetition of
* CER-14: "Subject Directory Attribute Extension" - creates it if necessary
*
* @param rep The repetition index (0-indexed)
*/
public CWE getCer14_SubjectDirectoryAttributeExtension(int rep) {
CWE retVal = this.getTypedField(14, rep);
return retVal;
}
/**
* Returns a count of the current number of repetitions of Subject Directory Attribute Extension (CER-14).
* This method does not create a repetition, so if no repetitions have currently been defined or accessed,
* it will return zero.
*/
public int getCer14_SubjectDirectoryAttributeExtensionReps() {
return this.getReps(14);
}
/**
* Inserts a repetition of
* CER-14: "Subject Directory Attribute Extension" at a specific index
*
* @param rep The repetition index (0-indexed)
* @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions)
*/
public CWE insertSubjectDirectoryAttributeExtension(int rep) throws HL7Exception {
return (CWE) super.insertRepetition(14, rep);
}
/**
* Inserts a repetition of
* CER-14: "Subject Directory Attribute Extension" at a specific index
*
* @param rep The repetition index (0-indexed)
* @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions)
*/
public CWE insertCer14_SubjectDirectoryAttributeExtension(int rep) throws HL7Exception {
return (CWE) super.insertRepetition(14, rep);
}
/**
* Removes a repetition of
* CER-14: "Subject Directory Attribute Extension" at a specific index
*
* @param rep The repetition index (0-indexed)
* @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions)
*/
public CWE removeSubjectDirectoryAttributeExtension(int rep) throws HL7Exception {
return (CWE) super.removeRepetition(14, rep);
}
/**
* Removes a repetition of
* CER-14: "Subject Directory Attribute Extension" at a specific index
*
* @param rep The repetition index (0-indexed)
* @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions)
*/
public CWE removeCer14_SubjectDirectoryAttributeExtension(int rep) throws HL7Exception {
return (CWE) super.removeRepetition(14, rep);
}
/**
* Returns
* CER-15: "Subject Public Key Info" - creates it if necessary
*/
public CWE getSubjectPublicKeyInfo() {
CWE retVal = this.getTypedField(15, 0);
return retVal;
}
/**
* Returns
* CER-15: "Subject Public Key Info" - creates it if necessary
*/
public CWE getCer15_SubjectPublicKeyInfo() {
CWE retVal = this.getTypedField(15, 0);
return retVal;
}
/**
* Returns
* CER-16: "Authority Key Identifier" - creates it if necessary
*/
public CWE getAuthorityKeyIdentifier() {
CWE retVal = this.getTypedField(16, 0);
return retVal;
}
/**
* Returns
* CER-16: "Authority Key Identifier" - creates it if necessary
*/
public CWE getCer16_AuthorityKeyIdentifier() {
CWE retVal = this.getTypedField(16, 0);
return retVal;
}
/**
* Returns
* CER-17: "Basic Constraint" - creates it if necessary
*/
public ID getBasicConstraint() {
ID retVal = this.getTypedField(17, 0);
return retVal;
}
/**
* Returns
* CER-17: "Basic Constraint" - creates it if necessary
*/
public ID getCer17_BasicConstraint() {
ID retVal = this.getTypedField(17, 0);
return retVal;
}
/**
* Returns all repetitions of CRL Distribution Point (CER-18).
*/
public CWE[] getCRLDistributionPoint() {
CWE[] retVal = this.getTypedField(18, new CWE[0]);
return retVal;
}
/**
* Returns all repetitions of CRL Distribution Point (CER-18).
*/
public CWE[] getCer18_CRLDistributionPoint() {
CWE[] retVal = this.getTypedField(18, new CWE[0]);
return retVal;
}
/**
* Returns a count of the current number of repetitions of CRL Distribution Point (CER-18).
* This method does not create a repetition, so if no repetitions have currently been defined or accessed,
* it will return zero.
*/
public int getCRLDistributionPointReps() {
return this.getReps(18);
}
/**
* Returns a specific repetition of
* CER-18: "CRL Distribution Point" - creates it if necessary
*
* @param rep The repetition index (0-indexed)
*/
public CWE getCRLDistributionPoint(int rep) {
CWE retVal = this.getTypedField(18, rep);
return retVal;
}
/**
* Returns a specific repetition of
* CER-18: "CRL Distribution Point" - creates it if necessary
*
* @param rep The repetition index (0-indexed)
*/
public CWE getCer18_CRLDistributionPoint(int rep) {
CWE retVal = this.getTypedField(18, rep);
return retVal;
}
/**
* Returns a count of the current number of repetitions of CRL Distribution Point (CER-18).
* This method does not create a repetition, so if no repetitions have currently been defined or accessed,
* it will return zero.
*/
public int getCer18_CRLDistributionPointReps() {
return this.getReps(18);
}
/**
* Inserts a repetition of
* CER-18: "CRL Distribution Point" at a specific index
*
* @param rep The repetition index (0-indexed)
* @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions)
*/
public CWE insertCRLDistributionPoint(int rep) throws HL7Exception {
return (CWE) super.insertRepetition(18, rep);
}
/**
* Inserts a repetition of
* CER-18: "CRL Distribution Point" at a specific index
*
* @param rep The repetition index (0-indexed)
* @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions)
*/
public CWE insertCer18_CRLDistributionPoint(int rep) throws HL7Exception {
return (CWE) super.insertRepetition(18, rep);
}
/**
* Removes a repetition of
* CER-18: "CRL Distribution Point" at a specific index
*
* @param rep The repetition index (0-indexed)
* @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions)
*/
public CWE removeCRLDistributionPoint(int rep) throws HL7Exception {
return (CWE) super.removeRepetition(18, rep);
}
/**
* Removes a repetition of
* CER-18: "CRL Distribution Point" at a specific index
*
* @param rep The repetition index (0-indexed)
* @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions)
*/
public CWE removeCer18_CRLDistributionPoint(int rep) throws HL7Exception {
return (CWE) super.removeRepetition(18, rep);
}
/**
* Returns
* CER-19: "Jurisdiction Country" - creates it if necessary
*/
public ID getJurisdictionCountry() {
ID retVal = this.getTypedField(19, 0);
return retVal;
}
/**
* Returns
* CER-19: "Jurisdiction Country" - creates it if necessary
*/
public ID getCer19_JurisdictionCountry() {
ID retVal = this.getTypedField(19, 0);
return retVal;
}
/**
* Returns
* CER-20: "Jurisdiction State/Province" - creates it if necessary
*/
public CWE getJurisdictionStateProvince() {
CWE retVal = this.getTypedField(20, 0);
return retVal;
}
/**
* Returns
* CER-20: "Jurisdiction State/Province" - creates it if necessary
*/
public CWE getCer20_JurisdictionStateProvince() {
CWE retVal = this.getTypedField(20, 0);
return retVal;
}
/**
* Returns
* CER-21: "Jurisdiction County/Parish" - creates it if necessary
*/
public CWE getJurisdictionCountyParish() {
CWE retVal = this.getTypedField(21, 0);
return retVal;
}
/**
* Returns
* CER-21: "Jurisdiction County/Parish" - creates it if necessary
*/
public CWE getCer21_JurisdictionCountyParish() {
CWE retVal = this.getTypedField(21, 0);
return retVal;
}
/**
* Returns all repetitions of Jurisdiction Breadth (CER-22).
*/
public CWE[] getJurisdictionBreadth() {
CWE[] retVal = this.getTypedField(22, new CWE[0]);
return retVal;
}
/**
* Returns all repetitions of Jurisdiction Breadth (CER-22).
*/
public CWE[] getCer22_JurisdictionBreadth() {
CWE[] retVal = this.getTypedField(22, new CWE[0]);
return retVal;
}
/**
* Returns a count of the current number of repetitions of Jurisdiction Breadth (CER-22).
* This method does not create a repetition, so if no repetitions have currently been defined or accessed,
* it will return zero.
*/
public int getJurisdictionBreadthReps() {
return this.getReps(22);
}
/**
* Returns a specific repetition of
* CER-22: "Jurisdiction Breadth" - creates it if necessary
*
* @param rep The repetition index (0-indexed)
*/
public CWE getJurisdictionBreadth(int rep) {
CWE retVal = this.getTypedField(22, rep);
return retVal;
}
/**
* Returns a specific repetition of
* CER-22: "Jurisdiction Breadth" - creates it if necessary
*
* @param rep The repetition index (0-indexed)
*/
public CWE getCer22_JurisdictionBreadth(int rep) {
CWE retVal = this.getTypedField(22, rep);
return retVal;
}
/**
* Returns a count of the current number of repetitions of Jurisdiction Breadth (CER-22).
* This method does not create a repetition, so if no repetitions have currently been defined or accessed,
* it will return zero.
*/
public int getCer22_JurisdictionBreadthReps() {
return this.getReps(22);
}
/**
* Inserts a repetition of
* CER-22: "Jurisdiction Breadth" at a specific index
*
* @param rep The repetition index (0-indexed)
* @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions)
*/
public CWE insertJurisdictionBreadth(int rep) throws HL7Exception {
return (CWE) super.insertRepetition(22, rep);
}
/**
* Inserts a repetition of
* CER-22: "Jurisdiction Breadth" at a specific index
*
* @param rep The repetition index (0-indexed)
* @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions)
*/
public CWE insertCer22_JurisdictionBreadth(int rep) throws HL7Exception {
return (CWE) super.insertRepetition(22, rep);
}
/**
* Removes a repetition of
* CER-22: "Jurisdiction Breadth" at a specific index
*
* @param rep The repetition index (0-indexed)
* @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions)
*/
public CWE removeJurisdictionBreadth(int rep) throws HL7Exception {
return (CWE) super.removeRepetition(22, rep);
}
/**
* Removes a repetition of
* CER-22: "Jurisdiction Breadth" at a specific index
*
* @param rep The repetition index (0-indexed)
* @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions)
*/
public CWE removeCer22_JurisdictionBreadth(int rep) throws HL7Exception {
return (CWE) super.removeRepetition(22, rep);
}
/**
* Returns
* CER-23: "Granting Date" - creates it if necessary
*/
public DTM getGrantingDate() {
DTM retVal = this.getTypedField(23, 0);
return retVal;
}
/**
* Returns
* CER-23: "Granting Date" - creates it if necessary
*/
public DTM getCer23_GrantingDate() {
DTM retVal = this.getTypedField(23, 0);
return retVal;
}
/**
* Returns
* CER-24: "Issuing Date" - creates it if necessary
*/
public DTM getIssuingDate() {
DTM retVal = this.getTypedField(24, 0);
return retVal;
}
/**
* Returns
* CER-24: "Issuing Date" - creates it if necessary
*/
public DTM getCer24_IssuingDate() {
DTM retVal = this.getTypedField(24, 0);
return retVal;
}
/**
* Returns
* CER-25: "Activation Date" - creates it if necessary
*/
public DTM getActivationDate() {
DTM retVal = this.getTypedField(25, 0);
return retVal;
}
/**
* Returns
* CER-25: "Activation Date" - creates it if necessary
*/
public DTM getCer25_ActivationDate() {
DTM retVal = this.getTypedField(25, 0);
return retVal;
}
/**
* Returns
* CER-26: "Inactivation Date" - creates it if necessary
*/
public DTM getInactivationDate() {
DTM retVal = this.getTypedField(26, 0);
return retVal;
}
/**
* Returns
* CER-26: "Inactivation Date" - creates it if necessary
*/
public DTM getCer26_InactivationDate() {
DTM retVal = this.getTypedField(26, 0);
return retVal;
}
/**
* Returns
* CER-27: "Expiration Date" - creates it if necessary
*/
public DTM getExpirationDate() {
DTM retVal = this.getTypedField(27, 0);
return retVal;
}
/**
* Returns
* CER-27: "Expiration Date" - creates it if necessary
*/
public DTM getCer27_ExpirationDate() {
DTM retVal = this.getTypedField(27, 0);
return retVal;
}
/**
* Returns
* CER-28: "Renewal Date" - creates it if necessary
*/
public DTM getRenewalDate() {
DTM retVal = this.getTypedField(28, 0);
return retVal;
}
/**
* Returns
* CER-28: "Renewal Date" - creates it if necessary
*/
public DTM getCer28_RenewalDate() {
DTM retVal = this.getTypedField(28, 0);
return retVal;
}
/**
* Returns
* CER-29: "Revocation Date" - creates it if necessary
*/
public DTM getRevocationDate() {
DTM retVal = this.getTypedField(29, 0);
return retVal;
}
/**
* Returns
* CER-29: "Revocation Date" - creates it if necessary
*/
public DTM getCer29_RevocationDate() {
DTM retVal = this.getTypedField(29, 0);
return retVal;
}
/**
* Returns
* CER-30: "Revocation Reason Code" - creates it if necessary
*/
public CWE getRevocationReasonCode() {
CWE retVal = this.getTypedField(30, 0);
return retVal;
}
/**
* Returns
* CER-30: "Revocation Reason Code" - creates it if necessary
*/
public CWE getCer30_RevocationReasonCode() {
CWE retVal = this.getTypedField(30, 0);
return retVal;
}
/**
* Returns
* CER-31: "Certificate Status Code" - creates it if necessary
*/
public CWE getCertificateStatusCode() {
CWE retVal = this.getTypedField(31, 0);
return retVal;
}
/**
* Returns
* CER-31: "Certificate Status Code" - creates it if necessary
*/
public CWE getCer31_CertificateStatusCode() {
CWE retVal = this.getTypedField(31, 0);
return retVal;
}
/** {@inheritDoc} */
protected Type createNewTypeWithoutReflection(int field) {
switch (field) {
case 0: return new SI(getMessage());
case 1: return new ST(getMessage());
case 2: return new ST(getMessage());
case 3: return new XON(getMessage());
case 4: return new XCN(getMessage());
case 5: return new ED(getMessage());
case 6: return new ID(getMessage(), new Integer( 399 ));
case 7: return new CWE(getMessage());
case 8: return new CWE(getMessage());
case 9: return new CWE(getMessage());
case 10: return new CWE(getMessage());
case 11: return new EI(getMessage());
case 12: return new ST(getMessage());
case 13: return new CWE(getMessage());
case 14: return new CWE(getMessage());
case 15: return new CWE(getMessage());
case 16: return new ID(getMessage(), new Integer( 136 ));
case 17: return new CWE(getMessage());
case 18: return new ID(getMessage(), new Integer( 399 ));
case 19: return new CWE(getMessage());
case 20: return new CWE(getMessage());
case 21: return new CWE(getMessage());
case 22: return new DTM(getMessage());
case 23: return new DTM(getMessage());
case 24: return new DTM(getMessage());
case 25: return new DTM(getMessage());
case 26: return new DTM(getMessage());
case 27: return new DTM(getMessage());
case 28: return new DTM(getMessage());
case 29: return new CWE(getMessage());
case 30: return new CWE(getMessage());
default: return null;
}
}
}