Class MessagePartNRInformation


  • public class MessagePartNRInformation
    extends Object

    Java class for anonymous complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="MessagePartIdentifier" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}non-empty-string"/>
             <element ref="{http://www.w3.org/2000/09/xmldsig#}Reference"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • messagePartIdentifier

        protected String messagePartIdentifier
    • Constructor Detail

      • MessagePartNRInformation

        public MessagePartNRInformation()
    • Method Detail

      • getMessagePartIdentifier

        public String getMessagePartIdentifier()
        Gets the value of the messagePartIdentifier property.
        Returns:
        possible object is String
      • setMessagePartIdentifier

        public void setMessagePartIdentifier​(String value)
        Sets the value of the messagePartIdentifier property.
        Parameters:
        value - allowed object is String
      • getReference

        public ReferenceType getReference()
        Gets the value of the reference property.
        Returns:
        possible object is ReferenceType
      • setReference

        public void setReference​(ReferenceType value)
        Sets the value of the reference property.
        Parameters:
        value - allowed object is ReferenceType