Class CorrelationHeader


  • @SupportedAll
    public class CorrelationHeader
    extends Object
    The CorrelationHeader class represents Correlation element defined in SOAP binding schema. The messageID is a required attribute and will be generated automatically when a constructor is called.
    • Constructor Detail

      • CorrelationHeader

        public CorrelationHeader()
        Default Construtor
    • Method Detail

      • getMessageID

        public String getMessageID()
        Returns value of messageID attribute.
        Returns:
        value of messageID attribute
      • getRefToMessageID

        public String getRefToMessageID()
        Returns value of refToMessageID attribute.
        Returns:
        value of refToMessageID attribute
      • getTimestamp

        public Date getTimestamp()
        Returns value of timestamp attribute.
        Returns:
        value of timestamp attribute
      • getId

        public String getId()
        Returns value of id attribute.
        Returns:
        value of id attribute
      • getMustUnderstand

        public Boolean getMustUnderstand()
        Returns value of mustUnderstand attribute.
        Returns:
        value of mustUnderstand attribute
      • getActor

        public String getActor()
        Returns value of actor attribute.
        Returns:
        value of actor attribute
      • setMustUnderstand

        public void setMustUnderstand​(Boolean mustUnderstand)
        Sets value of mustUnderstand attribute.
        Parameters:
        mustUnderstand - value of mustUnderstand attribute
      • setActor

        public void setActor​(String actor)
        Sets value of actor attribute.
        Parameters:
        actor - value of actor attribute
      • setRefToMessageID

        public void setRefToMessageID​(String refToMessageID)
        Sets value of refToMessageID attribute.
        Parameters:
        refToMessageID - value of refToMessageID attribute
      • addToParent

        public void addToParent​(Element headerE)
        Converts this header to org.w3c.dom.Element and add to parent Header Element.
        Parameters:
        headerE - parent Header Element