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