Class ObjectFactory

java.lang.Object
tyler.efm.latest.services.schema.common.ObjectFactory

public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the tyler.efm.v2025_0.services.schema.common package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.

  • Constructor Details

    • ObjectFactory

      public ObjectFactory()
      Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: tyler.efm.v2025_0.services.schema.common
  • Method Details

    • createUserType

      public UserType createUserType()
      Create an instance of UserType
    • createServiceContactType

      public ServiceContactType createServiceContactType()
      Create an instance of ServiceContactType
    • createPaymentAccountType

      public PaymentAccountType createPaymentAccountType()
      Create an instance of PaymentAccountType
    • createFirmType

      public FirmType createFirmType()
      Create an instance of FirmType
    • createAttorneyType

      public AttorneyType createAttorneyType()
      Create an instance of AttorneyType
    • createNotificationContactType

      public NotificationContactType createNotificationContactType()
      Create an instance of NotificationContactType
    • createPagingType

      public PagingType createPagingType()
      Create an instance of PagingType
    • createPaymentAccountLocationDetails

      public PaymentAccountLocationDetails createPaymentAccountLocationDetails()
      Create an instance of PaymentAccountLocationDetails
    • createNotificationListItemType

      public NotificationListItemType createNotificationListItemType()
      Create an instance of NotificationListItemType
    • createRoleLocationType

      public RoleLocationType createRoleLocationType()
      Create an instance of RoleLocationType
    • createArrayOfString

      public ArrayOfString createArrayOfString()
      Create an instance of ArrayOfString
    • createAddressType

      public AddressType createAddressType()
      Create an instance of AddressType
    • createPaymentAccountLocation

      public PaymentAccountLocation createPaymentAccountLocation()
      Create an instance of PaymentAccountLocation
    • createLocationNode

      public LocationNode createLocationNode()
      Create an instance of LocationNode
    • createErrorType

      public ErrorType createErrorType()
      Create an instance of ErrorType
    • createPaymentAccountTypeType

      public PaymentAccountTypeType createPaymentAccountTypeType()
      Create an instance of PaymentAccountTypeType
    • createUser

      public jakarta.xml.bind.JAXBElement<UserType> createUser(UserType value)
      Create an instance of JAXBElement<UserType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<UserType>
    • createServiceContact

      public jakarta.xml.bind.JAXBElement<ServiceContactType> createServiceContact(ServiceContactType value)
      Create an instance of JAXBElement<ServiceContactType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ServiceContactType>
    • createPaymentAccount

      public jakarta.xml.bind.JAXBElement<PaymentAccountType> createPaymentAccount(PaymentAccountType value)
      Create an instance of JAXBElement<PaymentAccountType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<PaymentAccountType>
    • createFirm

      public jakarta.xml.bind.JAXBElement<FirmType> createFirm(FirmType value)
      Create an instance of JAXBElement<FirmType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<FirmType>
    • createAttorney

      public jakarta.xml.bind.JAXBElement<AttorneyType> createAttorney(AttorneyType value)
      Create an instance of JAXBElement<AttorneyType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<AttorneyType>
    • createRole

      public jakarta.xml.bind.JAXBElement<RoleType> createRole(RoleType value)
      Create an instance of JAXBElement<RoleType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<RoleType>
    • createNotificationContact

      public jakarta.xml.bind.JAXBElement<NotificationContactType> createNotificationContact(NotificationContactType value)
      Create an instance of JAXBElement<NotificationContactType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<NotificationContactType>
    • createPaging

      public jakarta.xml.bind.JAXBElement<PagingType> createPaging(PagingType value)
      Create an instance of JAXBElement<PagingType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<PagingType>
    • createPaymentAccountLocationDetails

      public jakarta.xml.bind.JAXBElement<PaymentAccountLocationDetails> createPaymentAccountLocationDetails(PaymentAccountLocationDetails value)
      Create an instance of JAXBElement<PaymentAccountLocationDetails>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<PaymentAccountLocationDetails>
    • createNotificationListItem

      public jakarta.xml.bind.JAXBElement<NotificationListItemType> createNotificationListItem(NotificationListItemType value)
      Create an instance of JAXBElement<NotificationListItemType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<NotificationListItemType>
    • createPaymentAccountTypeTypeCodeId

      public jakarta.xml.bind.JAXBElement<Integer> createPaymentAccountTypeTypeCodeId(Integer value)
      Create an instance of JAXBElement<Integer>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Integer>
    • createPaymentAccountTypePaymentAccountTypeCodeId

      public jakarta.xml.bind.JAXBElement<Integer> createPaymentAccountTypePaymentAccountTypeCodeId(Integer value)
      Create an instance of JAXBElement<Integer>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Integer>
    • createPaymentAccountTypeCardType

      public jakarta.xml.bind.JAXBElement<String> createPaymentAccountTypeCardType(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createPaymentAccountTypeCardMonth

      public jakarta.xml.bind.JAXBElement<Integer> createPaymentAccountTypeCardMonth(Integer value)
      Create an instance of JAXBElement<Integer>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Integer>
    • createPaymentAccountTypeCardYear

      public jakarta.xml.bind.JAXBElement<Integer> createPaymentAccountTypeCardYear(Integer value)
      Create an instance of JAXBElement<Integer>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Integer>
    • createPaymentAccountTypeCardHolderName

      public jakarta.xml.bind.JAXBElement<String> createPaymentAccountTypeCardHolderName(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createPaymentAccountTypeActive

      public jakarta.xml.bind.JAXBElement<Boolean> createPaymentAccountTypeActive(Boolean value)
      Create an instance of JAXBElement<Boolean>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Boolean>
    • createPaymentAccountTypeIsAvailableAtAllLocations

      public jakarta.xml.bind.JAXBElement<Boolean> createPaymentAccountTypeIsAvailableAtAllLocations(Boolean value)
      Create an instance of JAXBElement<Boolean>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Boolean>
    • createServiceContactTypeIsPublic

      public jakarta.xml.bind.JAXBElement<Boolean> createServiceContactTypeIsPublic(Boolean value)
      Create an instance of JAXBElement<Boolean>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Boolean>
    • createServiceContactTypeIsInFirmMasterList

      public jakarta.xml.bind.JAXBElement<Boolean> createServiceContactTypeIsInFirmMasterList(Boolean value)
      Create an instance of JAXBElement<Boolean>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Boolean>
    • createServiceContactTypeIsUndeliverable

      public jakarta.xml.bind.JAXBElement<Boolean> createServiceContactTypeIsUndeliverable(Boolean value)
      Create an instance of JAXBElement<Boolean>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Boolean>
    • createServiceContactTypeIsMailServiceContact

      public jakarta.xml.bind.JAXBElement<Boolean> createServiceContactTypeIsMailServiceContact(Boolean value)
      Create an instance of JAXBElement<Boolean>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Boolean>
    • createUserTypeIsUndeliverable

      public jakarta.xml.bind.JAXBElement<Boolean> createUserTypeIsUndeliverable(Boolean value)
      Create an instance of JAXBElement<Boolean>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Boolean>