The following operations are supported. For a formal definition,
please review the
Service Description.
Web Service Links
Namespace Children of ::wsdb::elements::datetime::AddDurationToDateTimeResponse::Duration
Namespace Code for ::wsdb::elements::datetime::AddDurationToDateTimeResponse::Duration
namespace eval ::wsdb::elements::datetime::AddDurationToDateTimeResponse::Duration {
variable base xsd::duration
variable facetList {form Value maxOccurs 1 minOccurs 1}
variable maxOccurs 1
variable minOccurs 1
variable new ::wsdb::elements::datetime::AddDurationToDateTimeResponse::Duration::new
variable validate ::wsdb::elements::datetime::AddDurationToDateTimeResponse::Duration::Validate
variable validate_xsd_duration ::wsdb::types::xsd::duration::validate
}
Procedures in ::wsdb::elements::datetime::AddDurationToDateTimeResponse::Duration
proc ::wsdb::elements::datetime::AddDurationToDateTimeResponse::Duration::new {
namespace
value
} {
::xml::element::appendText [::xml::element::append $namespace Duration] .TEXT $value
}
proc ::wsdb::elements::datetime::AddDurationToDateTimeResponse::Duration::Validate {
namespace
} {
variable validate_xsd_duration
set Valid [$validate_xsd_duration [::xml::instance::getTextValue $namespace]]
if {!$Valid} {
::wsdl::elements::noteFault $namespace [list 1 Duration [::xml::instance::getTextValue $namespace] $validate_xsd_duration ]
}
return $Valid
}