Skip navigation links
com.highdeal.pnr.hci

Class AccessModel

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String NAME
      The XML tag name of the data model: "access"
    • Constructor Summary

      Constructors 
      Constructor and Description
      AccessModel()
      Constructs an empty access.
      AccessModel(java.lang.String serviceId, java.lang.String userServiceId)
      Constructs an access with a service identifier and a user service identifier.
    • Field Detail

      • NAME

        public static final java.lang.String NAME
        The XML tag name of the data model: "access"
        See Also:
        Constant Field Values
    • Constructor Detail

      • AccessModel

        public AccessModel()
        Constructs an empty access.
      • AccessModel

        public AccessModel(java.lang.String serviceId,
                           java.lang.String userServiceId)
        Constructs an access with a service identifier and a user service identifier.
        Parameters:
        serviceId - The service identifier of the access
        userServiceId - The user service identifier of the access
    • Method Detail

      • getServiceId

        public java.lang.String getServiceId()
        Gets the service identifier of the access.
        Returns:
        The service identifier of the access
      • setServiceId

        public void setServiceId(java.lang.String serviceId)
        Sets the service identifier of the access.
        Parameters:
        serviceId - The service identifier of the access
      • getUserServiceId

        public java.lang.String getUserServiceId()
        Gets the user service identifier of the access.
        Returns:
        The user service identifier of the access
      • setUserServiceId

        public void setUserServiceId(java.lang.String userServiceId)
        Sets the user service identifier of the access.
        Parameters:
        userServiceId - The user service identifier of the access
      • getOwner

        public java.lang.String getOwner()
        Gets the owner of the access.
        Returns:
        The owner of the access
      • setOwner

        public void setOwner(java.lang.String owner)
        Sets the owner of the access.
        Parameters:
        owner - The owner of the access
      • getAccessibleChargeChronology

        public ChronologyModel getAccessibleChargeChronology()
        Gets the accessible charge chronology of the access.
        Returns:
        The accessible charge chronology of the access
      • getAccessibleCharge

        public AccessibleChargeModel getAccessibleCharge()
        Gets the accessible charge for modification.
        Returns:
        The accessible charge for modification
      • setAccessibleCharge

        public void setAccessibleCharge(AccessibleChargeModel accessibleCharge)
        Sets the accessible charge for modification.
        Parameters:
        accessibleCharge - The accessible charge for modification
      • addChild

        public void addChild(java.lang.String tagName,
                             XMLMarshallable child)
        Description copied from interface: XMLMarshallable
        Adds a child to the object, the child representing the marshallable object which must be added to the element.
        Specified by:
        addChild in interface XMLMarshallable
        Parameters:
        tagName - The name of tag for the child
        child - The child to be added
      • addCharacterData

        public void addCharacterData(java.lang.String cData)
        Description copied from interface: XMLMarshallable
        Adds character data to the content element.
        Specified by:
        addCharacterData in interface XMLMarshallable
        Parameters:
        cData - The character data to be added
Document Published: May 2021 (SAP CC 2020 FPS 2 and Higher)