public EdgeType withDirectedNode(List<DirectedNodePropertyType> value) {
   setDirectedNode(value);
   return this;
 }