TypedPropertyDefinition.withUri constructor

TypedPropertyDefinition.withUri(
  1. String xmlElementName,
  2. String uri,
  3. ExchangeVersion version
)
Initializes a new instance of the Name of the XML element. The URI. The version.

Implementation

TypedPropertyDefinition.withUri(
    String xmlElementName, String uri, ExchangeVersion version)
    : super.withUri(xmlElementName, uri, version) {
  this.isNullable = false;
}