Interface ISoapMessagePartDefinition

All Superinterfaces:
Serializable
All Known Implementing Classes:
SoapMessagePartDefinition

public interface ISoapMessagePartDefinition extends Serializable
This interface defines a soap message part.
Since:
9.0
Author:
a.pragt
  • Method Details

    • getName

      String getName()
      This method returns the name of the message part.
      Returns:
      The name of the message part, may not be null.
    • getQualifiedName

      QualifiedName getQualifiedName()
      This method returns the full qualified name of message part.
      Returns:
      The full qualified name of the
    • getElementReference

      IElementReference getElementReference()
      This method returns the element reference of the message part. A message part has either an element reference or a type reference. If a typereference this method returns null.
      Returns:
      The qualified name of the referenced element, or null.
    • getTypeReference

      ITypeReference getTypeReference()
      This method returns the type reference of the message part. A message part has either an element reference or a type reference. If an element reference this method returns null.
      Returns:
      The typereference, or null.
    • getAttributeName

      String getAttributeName()
      This method returns the attribute definition of the message part content.
      Returns:
      The attribute definition, or null.
    • getValidations

      IFieldValidationDefinition[] getValidations()
      This method returns the validations of the attribute.
      Returns:
      The validations of the attribute, may not be null.