CreateComplexProperty method
Implementation
@override
EmailAddress? CreateComplexProperty(String xmlElementName) {
if (xmlElementName == this.collectionItemXmlElementName) {
return new EmailAddress();
} else {
return null;
}
}
@override
EmailAddress? CreateComplexProperty(String xmlElementName) {
if (xmlElementName == this.collectionItemXmlElementName) {
return new EmailAddress();
} else {
return null;
}
}