Class ObjectFactory


  • public class ObjectFactory
    extends java.lang.Object
    This object contains factory methods for each Java content interface and Java element interface generated in the org.otrs.ticketconnector 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 Detail

      • ObjectFactory

        public ObjectFactory()
        Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.otrs.ticketconnector
    • Method Detail

      • createTicketSearchUserLogin

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchUserLogin​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchCustomerUserLogin

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchCustomerUserLogin​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchSessionID

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchSessionID​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchPassword

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchPassword​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchLimit

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchLimit​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchTicketNumber

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchTicketNumber​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchTitle

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchTitle​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchQueues

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchQueues​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchQueueIDs

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchQueueIDs​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchUseSubQueues

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchUseSubQueues​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchTypes

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchTypes​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchTypeIDs

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchTypeIDs​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchStates

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchStates​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchStateIDs

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchStateIDs​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchStateType

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchStateType​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchStateTypeIDs

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchStateTypeIDs​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchPriorities

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchPriorities​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchPriorityIDs

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchPriorityIDs​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchServices

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchServices​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchServiceIDs

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchServiceIDs​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchSLAs

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchSLAs​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchSLAIDs

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchSLAIDs​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchLocks

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchLocks​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchLockIDs

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchLockIDs​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchOwnerIDs

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchOwnerIDs​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchResponsibleIDs

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchResponsibleIDs​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchWatchUserIDs

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchWatchUserIDs​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchCustomerID

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchCustomerID​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchCreatedUserIDs

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchCreatedUserIDs​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchCreatedTypes

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchCreatedTypes​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchCreatedTypeIDs

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchCreatedTypeIDs​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchCreatedPriorities

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchCreatedPriorities​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchCreatedPriorityIDs

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchCreatedPriorityIDs​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchCreatedStates

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchCreatedStates​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchCreatedStateIDs

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchCreatedStateIDs​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchCreatedQueues

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchCreatedQueues​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchCreatedQueueIDs

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchCreatedQueueIDs​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchFrom

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchFrom​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchTo

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchTo​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchCc

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchCc​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchSubject

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchSubject​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchBody

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchBody​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchFullTextIndex

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchFullTextIndex​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchContentSearch

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchContentSearch​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchConditionInline

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchConditionInline​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchArticleCreateTimeOlderMinutes

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchArticleCreateTimeOlderMinutes​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchArticleCreateTimeNewerMinutes

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchArticleCreateTimeNewerMinutes​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchArticleCreateTimeNewerDate

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchArticleCreateTimeNewerDate​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchArticleCreateTimeOlderDate

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchArticleCreateTimeOlderDate​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchTicketCreateTimeOlderMinutes

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchTicketCreateTimeOlderMinutes​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchATicketCreateTimeNewerMinutes

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchATicketCreateTimeNewerMinutes​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchTicketCreateTimeNewerDate

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchTicketCreateTimeNewerDate​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchTicketCreateTimeOlderDate

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchTicketCreateTimeOlderDate​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchTicketChangeTimeOlderMinutes

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchTicketChangeTimeOlderMinutes​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchTicketChangeTimeNewerMinutes

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchTicketChangeTimeNewerMinutes​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchTicketChangeTimeNewerDate

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchTicketChangeTimeNewerDate​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchTicketChangeTimeOlderDate

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchTicketChangeTimeOlderDate​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchTicketLastChangeTimeOlderMinutes

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchTicketLastChangeTimeOlderMinutes​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchTicketLastChangeTimeNewerMinutes

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchTicketLastChangeTimeNewerMinutes​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchTicketLastChangeTimeNewerDate

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchTicketLastChangeTimeNewerDate​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchTicketLastChangeTimeOlderDate

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchTicketLastChangeTimeOlderDate​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchTicketCloseTimeOlderMinutes

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchTicketCloseTimeOlderMinutes​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchTicketCloseTimeNewerMinutes

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchTicketCloseTimeNewerMinutes​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchTicketCloseTimeNewerDate

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchTicketCloseTimeNewerDate​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchTicketCloseTimeOlderDate

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchTicketCloseTimeOlderDate​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchTicketPendingTimeOlderMinutes

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchTicketPendingTimeOlderMinutes​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchTicketPendingTimeNewerMinutes

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchTicketPendingTimeNewerMinutes​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchTicketPendingTimeNewerDate

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchTicketPendingTimeNewerDate​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchTicketPendingTimeOlderDate

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchTicketPendingTimeOlderDate​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchTicketEscalationTimeOlderMinutes

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchTicketEscalationTimeOlderMinutes​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchTTicketEscalationTimeNewerMinutes

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchTTicketEscalationTimeNewerMinutes​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchTicketEscalationTimeNewerDate

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchTicketEscalationTimeNewerDate​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchTicketEscalationTimeOlderDate

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchTicketEscalationTimeOlderDate​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchArchiveFlags

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchArchiveFlags​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchOrderBy

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchOrderBy​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createTicketSearchSortBy

        public javax.xml.bind.JAXBElement<java.math.BigInteger> createTicketSearchSortBy​(java.math.BigInteger value)
        Create an instance of JAXBElement<BigInteger>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BigInteger>
      • createTicketSearchCustomerUserID

        public javax.xml.bind.JAXBElement<java.lang.String> createTicketSearchCustomerUserID​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>