Class STF

All Implemented Interfaces:
Segment, Structure, Visitable, Serializable

public class STF extends AbstractSegment

Represents an HL7 STF message segment (staff identification segment). This segment has the following fields:

  • STF-1: STF - primary key value (CE)
  • STF-2: Staff ID Code (CE) optional repeating
  • STF-3: Staff Name (PN) optional
  • STF-4: Staff Type (ID) optional repeating
  • STF-5: Sex (ID) optional
  • STF-6: Date of Birth (TS) optional
  • STF-7: Active / inactive (ID) optional
  • STF-8: Department (CE) optional repeating
  • STF-9: Service (CE) optional repeating
  • STF-10: Phone (TN) optional repeating
  • STF-11: Office / home address (AD) optional repeating
  • STF-12: Activation Date (CM_DIN) optional repeating
  • STF-13: Inactivation Date (CM_DIN) optional repeating
  • STF-14: Backup Person ID (CE) optional repeating
  • STF-15: E-mail Address (ST) optional repeating
  • STF-16: Preferred method of Contact (ID) optional
See Also:
  • Constructor Details

  • Method Details

    • getSTFPrimaryKeyValue

      Returns STF-1: "STF - primary key value" - creates it if necessary
    • getStf1_STFPrimaryKeyValue

      Returns STF-1: "STF - primary key value" - creates it if necessary
    • getStaffIDCode

      public CE[] getStaffIDCode()
      Returns all repetitions of Staff ID Code (STF-2).
    • getStf2_StaffIDCode

      public CE[] getStf2_StaffIDCode()
      Returns all repetitions of Staff ID Code (STF-2).
    • getStaffIDCodeReps

      public int getStaffIDCodeReps()
      Returns a count of the current number of repetitions of Staff ID Code (STF-2). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • getStaffIDCode

      public CE getStaffIDCode(int rep)
      Returns a specific repetition of STF-2: "Staff ID Code" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf2_StaffIDCode

      public CE getStf2_StaffIDCode(int rep)
      Returns a specific repetition of STF-2: "Staff ID Code" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf2_StaffIDCodeReps

      Returns a count of the current number of repetitions of Staff ID Code (STF-2). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • insertStaffIDCode

      public CE insertStaffIDCode(int rep) throws HL7Exception
      Inserts a repetition of STF-2: "Staff ID Code" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • insertStf2_StaffIDCode

      public CE insertStf2_StaffIDCode(int rep) throws HL7Exception
      Inserts a repetition of STF-2: "Staff ID Code" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeStaffIDCode

      public CE removeStaffIDCode(int rep) throws HL7Exception
      Removes a repetition of STF-2: "Staff ID Code" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeStf2_StaffIDCode

      public CE removeStf2_StaffIDCode(int rep) throws HL7Exception
      Removes a repetition of STF-2: "Staff ID Code" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • getStaffName

      public PN getStaffName()
      Returns STF-3: "Staff Name" - creates it if necessary
    • getStf3_StaffName

      Returns STF-3: "Staff Name" - creates it if necessary
    • getStaffType

      public ID[] getStaffType()
      Returns all repetitions of Staff Type (STF-4).
    • getStf4_StaffType

      public ID[] getStf4_StaffType()
      Returns all repetitions of Staff Type (STF-4).
    • getStaffTypeReps

      public int getStaffTypeReps()
      Returns a count of the current number of repetitions of Staff Type (STF-4). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • getStaffType

      public ID getStaffType(int rep)
      Returns a specific repetition of STF-4: "Staff Type" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf4_StaffType

      public ID getStf4_StaffType(int rep)
      Returns a specific repetition of STF-4: "Staff Type" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf4_StaffTypeReps

      public int getStf4_StaffTypeReps()
      Returns a count of the current number of repetitions of Staff Type (STF-4). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • insertStaffType

      public ID insertStaffType(int rep) throws HL7Exception
      Inserts a repetition of STF-4: "Staff Type" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • insertStf4_StaffType

      public ID insertStf4_StaffType(int rep) throws HL7Exception
      Inserts a repetition of STF-4: "Staff Type" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeStaffType

      public ID removeStaffType(int rep) throws HL7Exception
      Removes a repetition of STF-4: "Staff Type" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeStf4_StaffType

      public ID removeStf4_StaffType(int rep) throws HL7Exception
      Removes a repetition of STF-4: "Staff Type" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • getSex

      public ID getSex()
      Returns STF-5: "Sex" - creates it if necessary
    • getStf5_Sex

      public ID getStf5_Sex()
      Returns STF-5: "Sex" - creates it if necessary
    • getDateOfBirth

      public TS getDateOfBirth()
      Returns STF-6: "Date of Birth" - creates it if necessary
    • getStf6_DateOfBirth

      Returns STF-6: "Date of Birth" - creates it if necessary
    • getActiveInactive

      Returns STF-7: "Active / inactive" - creates it if necessary
    • getStf7_ActiveInactive

      Returns STF-7: "Active / inactive" - creates it if necessary
    • getDepartment

      public CE[] getDepartment()
      Returns all repetitions of Department (STF-8).
    • getStf8_Department

      public CE[] getStf8_Department()
      Returns all repetitions of Department (STF-8).
    • getDepartmentReps

      public int getDepartmentReps()
      Returns a count of the current number of repetitions of Department (STF-8). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • getDepartment

      public CE getDepartment(int rep)
      Returns a specific repetition of STF-8: "Department" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf8_Department

      public CE getStf8_Department(int rep)
      Returns a specific repetition of STF-8: "Department" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf8_DepartmentReps

      public int getStf8_DepartmentReps()
      Returns a count of the current number of repetitions of Department (STF-8). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • insertDepartment

      public CE insertDepartment(int rep) throws HL7Exception
      Inserts a repetition of STF-8: "Department" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • insertStf8_Department

      public CE insertStf8_Department(int rep) throws HL7Exception
      Inserts a repetition of STF-8: "Department" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeDepartment

      public CE removeDepartment(int rep) throws HL7Exception
      Removes a repetition of STF-8: "Department" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeStf8_Department

      public CE removeStf8_Department(int rep) throws HL7Exception
      Removes a repetition of STF-8: "Department" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • getService

      public CE[] getService()
      Returns all repetitions of Service (STF-9).
    • getStf9_Service

      public CE[] getStf9_Service()
      Returns all repetitions of Service (STF-9).
    • getServiceReps

      public int getServiceReps()
      Returns a count of the current number of repetitions of Service (STF-9). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • getService

      public CE getService(int rep)
      Returns a specific repetition of STF-9: "Service" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf9_Service

      public CE getStf9_Service(int rep)
      Returns a specific repetition of STF-9: "Service" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf9_ServiceReps

      public int getStf9_ServiceReps()
      Returns a count of the current number of repetitions of Service (STF-9). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • insertService

      public CE insertService(int rep) throws HL7Exception
      Inserts a repetition of STF-9: "Service" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • insertStf9_Service

      public CE insertStf9_Service(int rep) throws HL7Exception
      Inserts a repetition of STF-9: "Service" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeService

      public CE removeService(int rep) throws HL7Exception
      Removes a repetition of STF-9: "Service" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeStf9_Service

      public CE removeStf9_Service(int rep) throws HL7Exception
      Removes a repetition of STF-9: "Service" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • getPhone

      public TN[] getPhone()
      Returns all repetitions of Phone (STF-10).
    • getStf10_Phone

      public TN[] getStf10_Phone()
      Returns all repetitions of Phone (STF-10).
    • getPhoneReps

      public int getPhoneReps()
      Returns a count of the current number of repetitions of Phone (STF-10). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • getPhone

      public TN getPhone(int rep)
      Returns a specific repetition of STF-10: "Phone" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf10_Phone

      public TN getStf10_Phone(int rep)
      Returns a specific repetition of STF-10: "Phone" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf10_PhoneReps

      public int getStf10_PhoneReps()
      Returns a count of the current number of repetitions of Phone (STF-10). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • insertPhone

      public TN insertPhone(int rep) throws HL7Exception
      Inserts a repetition of STF-10: "Phone" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • insertStf10_Phone

      public TN insertStf10_Phone(int rep) throws HL7Exception
      Inserts a repetition of STF-10: "Phone" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removePhone

      public TN removePhone(int rep) throws HL7Exception
      Removes a repetition of STF-10: "Phone" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeStf10_Phone

      public TN removeStf10_Phone(int rep) throws HL7Exception
      Removes a repetition of STF-10: "Phone" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • getOfficeHomeAddress

      Returns all repetitions of Office / home address (STF-11).
    • getStf11_OfficeHomeAddress

      Returns all repetitions of Office / home address (STF-11).
    • getOfficeHomeAddressReps

      Returns a count of the current number of repetitions of Office / home address (STF-11). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • getOfficeHomeAddress

      public AD getOfficeHomeAddress(int rep)
      Returns a specific repetition of STF-11: "Office / home address" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf11_OfficeHomeAddress

      public AD getStf11_OfficeHomeAddress(int rep)
      Returns a specific repetition of STF-11: "Office / home address" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf11_OfficeHomeAddressReps

      Returns a count of the current number of repetitions of Office / home address (STF-11). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • insertOfficeHomeAddress

      public AD insertOfficeHomeAddress(int rep) throws HL7Exception
      Inserts a repetition of STF-11: "Office / home address" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • insertStf11_OfficeHomeAddress

      Inserts a repetition of STF-11: "Office / home address" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeOfficeHomeAddress

      public AD removeOfficeHomeAddress(int rep) throws HL7Exception
      Removes a repetition of STF-11: "Office / home address" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeStf11_OfficeHomeAddress

      Removes a repetition of STF-11: "Office / home address" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • getActivationDate

      Returns all repetitions of Activation Date (STF-12).
    • getStf12_ActivationDate

      Returns all repetitions of Activation Date (STF-12).
    • getActivationDateReps

      public int getActivationDateReps()
      Returns a count of the current number of repetitions of Activation Date (STF-12). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • getActivationDate

      public CM_DIN getActivationDate(int rep)
      Returns a specific repetition of STF-12: "Activation Date" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf12_ActivationDate

      public CM_DIN getStf12_ActivationDate(int rep)
      Returns a specific repetition of STF-12: "Activation Date" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf12_ActivationDateReps

      Returns a count of the current number of repetitions of Activation Date (STF-12). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • insertActivationDate

      public CM_DIN insertActivationDate(int rep) throws HL7Exception
      Inserts a repetition of STF-12: "Activation Date" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • insertStf12_ActivationDate

      Inserts a repetition of STF-12: "Activation Date" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeActivationDate

      public CM_DIN removeActivationDate(int rep) throws HL7Exception
      Removes a repetition of STF-12: "Activation Date" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeStf12_ActivationDate

      Removes a repetition of STF-12: "Activation Date" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • getInactivationDate

      Returns all repetitions of Inactivation Date (STF-13).
    • getStf13_InactivationDate

      Returns all repetitions of Inactivation Date (STF-13).
    • getInactivationDateReps

      Returns a count of the current number of repetitions of Inactivation Date (STF-13). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • getInactivationDate

      public CM_DIN getInactivationDate(int rep)
      Returns a specific repetition of STF-13: "Inactivation Date" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf13_InactivationDate

      Returns a specific repetition of STF-13: "Inactivation Date" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf13_InactivationDateReps

      Returns a count of the current number of repetitions of Inactivation Date (STF-13). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • insertInactivationDate

      public CM_DIN insertInactivationDate(int rep) throws HL7Exception
      Inserts a repetition of STF-13: "Inactivation Date" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • insertStf13_InactivationDate

      Inserts a repetition of STF-13: "Inactivation Date" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeInactivationDate

      public CM_DIN removeInactivationDate(int rep) throws HL7Exception
      Removes a repetition of STF-13: "Inactivation Date" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeStf13_InactivationDate

      Removes a repetition of STF-13: "Inactivation Date" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • getBackupPersonID

      public CE[] getBackupPersonID()
      Returns all repetitions of Backup Person ID (STF-14).
    • getStf14_BackupPersonID

      Returns all repetitions of Backup Person ID (STF-14).
    • getBackupPersonIDReps

      public int getBackupPersonIDReps()
      Returns a count of the current number of repetitions of Backup Person ID (STF-14). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • getBackupPersonID

      public CE getBackupPersonID(int rep)
      Returns a specific repetition of STF-14: "Backup Person ID" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf14_BackupPersonID

      public CE getStf14_BackupPersonID(int rep)
      Returns a specific repetition of STF-14: "Backup Person ID" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf14_BackupPersonIDReps

      Returns a count of the current number of repetitions of Backup Person ID (STF-14). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • insertBackupPersonID

      public CE insertBackupPersonID(int rep) throws HL7Exception
      Inserts a repetition of STF-14: "Backup Person ID" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • insertStf14_BackupPersonID

      public CE insertStf14_BackupPersonID(int rep) throws HL7Exception
      Inserts a repetition of STF-14: "Backup Person ID" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeBackupPersonID

      public CE removeBackupPersonID(int rep) throws HL7Exception
      Removes a repetition of STF-14: "Backup Person ID" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeStf14_BackupPersonID

      public CE removeStf14_BackupPersonID(int rep) throws HL7Exception
      Removes a repetition of STF-14: "Backup Person ID" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • getEMailAddress

      public ST[] getEMailAddress()
      Returns all repetitions of E-mail Address (STF-15).
    • getStf15_EMailAddress

      Returns all repetitions of E-mail Address (STF-15).
    • getEMailAddressReps

      public int getEMailAddressReps()
      Returns a count of the current number of repetitions of E-mail Address (STF-15). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • getEMailAddress

      public ST getEMailAddress(int rep)
      Returns a specific repetition of STF-15: "E-mail Address" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf15_EMailAddress

      public ST getStf15_EMailAddress(int rep)
      Returns a specific repetition of STF-15: "E-mail Address" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getStf15_EMailAddressReps

      Returns a count of the current number of repetitions of E-mail Address (STF-15). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • insertEMailAddress

      public ST insertEMailAddress(int rep) throws HL7Exception
      Inserts a repetition of STF-15: "E-mail Address" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • insertStf15_EMailAddress

      public ST insertStf15_EMailAddress(int rep) throws HL7Exception
      Inserts a repetition of STF-15: "E-mail Address" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeEMailAddress

      public ST removeEMailAddress(int rep) throws HL7Exception
      Removes a repetition of STF-15: "E-mail Address" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeStf15_EMailAddress

      public ST removeStf15_EMailAddress(int rep) throws HL7Exception
      Removes a repetition of STF-15: "E-mail Address" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • getPreferredMethodOfContact

      Returns STF-16: "Preferred method of Contact" - creates it if necessary
    • getStf16_PreferredMethodOfContact

      Returns STF-16: "Preferred method of Contact" - creates it if necessary
    • createNewTypeWithoutReflection

      protected Type createNewTypeWithoutReflection(int field)
      Overrides:
      createNewTypeWithoutReflection in class AbstractSegment